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

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

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

revision 1.3 by mark, Sat Jul 31 22:56:54 2004 UTC revision 1.3.2.1 by gnu_andrew, Fri Jan 14 10:24:17 2005 UTC
# Line 157  public class BasicToolBarUI extends Tool Line 157  public class BasicToolBarUI extends Tool
157    
158    /**    /**
159     * This method creates a new BasicToolBarUI object for the given JToolBar.     * This method creates a new BasicToolBarUI object for the given JToolBar.
    *  
    * @param b The JToolBar to represent with this UI.  
160     */     */
161    public BasicToolBarUI(JToolBar b)    public BasicToolBarUI()
162    {    {
163      super();      super();
164    }    }
# Line 353  public class BasicToolBarUI extends Tool Line 351  public class BasicToolBarUI extends Tool
351     */     */
352    public static ComponentUI createUI(JComponent c)    public static ComponentUI createUI(JComponent c)
353    {    {
354      return new BasicToolBarUI((JToolBar) c);      return new BasicToolBarUI();
355    }    }
356    
357    /**    /**

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

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