/[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.4 by langel, Thu Nov 24 18:19:18 2005 UTC revision 1.5 by langel, Fri Nov 25 23:04:53 2005 UTC
# Line 78  class MetalSplitPaneDivider extends Basi Line 78  class MetalSplitPaneDivider extends Basi
78    public MetalSplitPaneDivider(MetalSplitPaneUI ui, Color light, Color dark)    public MetalSplitPaneDivider(MetalSplitPaneUI ui, Color light, Color dark)
79    {    {
80      super(ui);      super(ui);
81      setLayout(new DividerLayout());      setLayout(new MetalDividerLayout());
82      this.splitPane = super.splitPane;      this.splitPane = super.splitPane;
83      this.orientation = super.orientation;      this.orientation = super.orientation;
84      this.light = light;      this.light = light;
# 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 DividerLayout implements LayoutManager    protected 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 DividerLayout()      protected MetalDividerLayout()
120      {      {
121        // Nothing to do here        // Nothing to do here
122      }      }

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

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