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

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

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

revision 1.4.2.2 by gnu_andrew, Sat Jan 15 17:02:21 2005 UTC revision 1.4.2.3 by gnu_andrew, Thu Apr 28 23:00:14 2005 UTC
# Line 1  Line 1 
1  /* BasicSplitPaneDivider.java --  /* BasicSplitPaneDivider.java --
2     Copyright (C) 2003, 2004 Free Software Foundation, Inc.     Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 157  public class BasicSplitPaneDivider exten Line 157  public class BasicSplitPaneDivider exten
157    /**    /**
158     * Keeps track of where the divider should be placed when using one touch     * Keeps track of where the divider should be placed when using one touch
159     * expand buttons.     * expand buttons.
160       * This is package-private to avoid an accessor method.
161     */     */
162    private transient int currentDividerLocation = 1;    transient int currentDividerLocation = 1;
163    
164    /** DOCUMENT ME! */    /** DOCUMENT ME! */
165    private transient Border tmpBorder = new Border()    private transient Border tmpBorder = new Border()
# Line 493  public class BasicSplitPaneDivider exten Line 494  public class BasicSplitPaneDivider exten
494     * using one touch expand buttons. Location 0 is the left (or top) most     * using one touch expand buttons. Location 0 is the left (or top) most
495     * location. Location 1 is the middle. Location 2 is the right (or bottom)     * location. Location 1 is the middle. Location 2 is the right (or bottom)
496     * most location.     * most location.
497       * This is package-private to avoid an accessor method.
498     *     *
499     * @param locationIndex The location to move to.     * @param locationIndex The location to move to.
500     */     */
501    private void moveDividerTo(int locationIndex)    void moveDividerTo(int locationIndex)
502    {    {
503      Insets insets = splitPane.getInsets();      Insets insets = splitPane.getInsets();
504      switch (locationIndex)      switch (locationIndex)

Legend:
Removed from v.1.4.2.2  
changed lines
  Added in v.1.4.2.3

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