/[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 by mark, Thu Jul 22 19:45:39 2004 UTC revision 1.3.2.1 by gnu_andrew, Thu Jan 13 22:40:41 2005 UTC
# Line 892  public class BasicSplitPaneUI extends Sp Line 892  public class BasicSplitPaneUI extends Sp
892     * The constraints object used when adding the non-continuous divider to the     * The constraints object used when adding the non-continuous divider to the
893     * JSplitPane.     * JSplitPane.
894     */     */
895    protected static String NON_CONTINUOUS_DIVIDER;    protected static final String NON_CONTINUOUS_DIVIDER
896        = "nonContinuousDivider";
897    
898    /** The dark divider used when dragging in non-continuous layout mode. */    /** The dark divider used when dragging in non-continuous layout mode. */
899    protected Component nonContinuousLayoutDivider;    protected Component nonContinuousLayoutDivider;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.2.1

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