/[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.3.2.6 by gnu_andrew, Tue Aug 16 16:22:38 2005 UTC revision 1.3.2.7 by gnu_andrew, Sat Sep 10 15:31:52 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.3.2.6  
changed lines
  Added in v.1.3.2.7

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