/[classpath]/classpath/javax/swing/plaf/MenuBarUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/MenuBarUI.java

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

revision 1.1 by aselkirk, Tue May 28 05:18:35 2002 UTC revision 1.2 by brawer, Tue Jun 24 16:13:23 2003 UTC
# Line 1  Line 1 
1  /* MenuBarUI.java --  /* MenuBarUI.java --
2     Copyright (C) 2002 Free Software Foundation, Inc.     Copyright (C) 2003 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 37  exception statement from your version. * Line 37  exception statement from your version. *
37    
38  package javax.swing.plaf;  package javax.swing.plaf;
39    
40    
41  /**  /**
42   * MenuBarUI   * An abstract base class for delegates that implement the pluggable
43   * @author      Andrew Selkirk   * look and feel for a <code>JMenuBar</code>.
44   * @version     1.0   *
45     * @see javax.swing.JMenuBar
46     *
47     * @author Andrew Selkirk (aselkirk@sympatico.ca)
48     * @author Sascha Brawer (brawer@dandelis.ch)
49   */   */
50  public abstract class MenuBarUI extends ComponentUI {  public abstract class MenuBarUI
51      extends ComponentUI
52          //-------------------------------------------------------------  {
53          // Initialization ---------------------------------------------    /**
54          //-------------------------------------------------------------     * Constructs a new <code>MenuBarUI</code>.
55       */
56          /**    public MenuBarUI()
57           * Constructor MenuBarUI    {
58           */    }
59          public MenuBarUI() {  }
                 // TODO  
         } // MenuBarUI()  
   
   
 } // MenuBarUI  

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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