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

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

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

revision 1.5 by trebligd, Wed Sep 7 10:13:33 2005 UTC revision 1.6 by rabbit78, Wed Oct 19 13:46:02 2005 UTC
# Line 56  import javax.swing.plaf.basic.BasicSlide Line 56  import javax.swing.plaf.basic.BasicSlide
56  /**  /**
57   * A UI delegate for the {@link JSlider} component.   * A UI delegate for the {@link JSlider} component.
58   */   */
59  public class MetalSliderUI  public class MetalSliderUI extends BasicSliderUI
   extends BasicSliderUI  
60  {  {
61    /**    /**
62     * A property change handler that updates the rendered component in response     * A property change handler that updates the rendered component in response
# Line 66  public class MetalSliderUI Line 65  public class MetalSliderUI
65     * the {@link MetalLookAndFeel}.     * the {@link MetalLookAndFeel}.
66     */     */
67    protected class MetalPropertyListener    protected class MetalPropertyListener
68        extends BasicSliderUI.PropertyChangeHandler      extends BasicSliderUI.PropertyChangeHandler
69    {    {
70      /**      /**
71       * Creates a new listener.       * Creates a new listener.
72       */       */
73      protected MetalPropertyListener()      protected MetalPropertyListener()
74      {      {
75          // Nothing to do here.
76      }      }
77            
78      /**      /**

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