/[classpath]/classpath/javax/swing/plaf/metal/MetalSplitPaneDivider.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/metal/MetalSplitPaneDivider.java

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

revision 1.5 by langel, Fri Nov 25 23:04:53 2005 UTC revision 1.6 by langel, Mon Nov 28 18:33:39 2005 UTC
# Line 105  class MetalSplitPaneDivider extends Basi Line 105  class MetalSplitPaneDivider extends Basi
105    /**    /**
106     * This helper class acts as the Layout Manager for the divider.     * This helper class acts as the Layout Manager for the divider.
107     */     */
108    protected class MetalDividerLayout implements LayoutManager    public class MetalDividerLayout implements LayoutManager
109    {    {
110      /** The right button. */      /** The right button. */
111      BasicArrowButton rb;      BasicArrowButton rb;
# Line 116  class MetalSplitPaneDivider extends Basi Line 116  class MetalSplitPaneDivider extends Basi
116      /**      /**
117       * Creates a new DividerLayout object.       * Creates a new DividerLayout object.
118       */       */
119      protected MetalDividerLayout()      public MetalDividerLayout()
120      {      {
121        // Nothing to do here        // Nothing to do here
122      }      }
# Line 132  class MetalSplitPaneDivider extends Basi Line 132  class MetalSplitPaneDivider extends Basi
132        // Nothing to do here, constraints are set depending on        // Nothing to do here, constraints are set depending on
133        // orientation in layoutContainer        // orientation in layoutContainer
134      }      }
135        
136      /**      /**
137       * This method is called to lay out the container.       * This method is called to lay out the container.
138       *       *

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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