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

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

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

revision 1.3 by trebligd, Tue Sep 27 15:40:26 2005 UTC revision 1.4 by rabbit78, Wed Oct 19 13:46:03 2005 UTC
# Line 50  import javax.swing.plaf.basic.BasicToolB Line 50  import javax.swing.plaf.basic.BasicToolB
50  /**  /**
51   * A UI delegate for the {@link JToolBar} component.   * A UI delegate for the {@link JToolBar} component.
52   */   */
53  public class MetalToolBarUI  public class MetalToolBarUI extends BasicToolBarUI
   extends BasicToolBarUI  
54  {  {
55        
56    /**    /**
# Line 68  public class MetalToolBarUI Line 67  public class MetalToolBarUI
67       * Creates a new instance.       * Creates a new instance.
68       */       */
69      protected MetalContainerListener()      protected MetalContainerListener()
70      {          {
71          // Nothing to do here.
72      }      }
73    }    }
74    
# Line 86  public class MetalToolBarUI Line 86  public class MetalToolBarUI
86       */       */
87      protected MetalRolloverListener()      protected MetalRolloverListener()
88      {      {
89          // Nothing to do here.
90      }      }
91    }    }
92        

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

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