/[classpath]/classpath/javax/swing/plaf/basic/BasicSplitPaneUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicSplitPaneUI.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by langel, Fri Aug 12 14:02:12 2005 UTC revision 1.15 by fitzsim, Sun Aug 21 19:04:11 2005 UTC
# Line 870  public class BasicSplitPaneUI extends Sp Line 870  public class BasicSplitPaneUI extends Sp
870    transient int lastDragLocation = -1;    transient int lastDragLocation = -1;
871    
872    /** The distance the divider is moved when moved by keyboard actions. */    /** The distance the divider is moved when moved by keyboard actions. */
873    protected static int KEYBOARD_DIVIDER_MOVE_OFFSET;    // Sun defines this as 3
874      protected static int KEYBOARD_DIVIDER_MOVE_OFFSET = 3;
875    
876    /** The divider that divides this JSplitPane. */    /** The divider that divides this JSplitPane. */
877    protected BasicSplitPaneDivider divider;    protected BasicSplitPaneDivider divider;

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26