/[classpath]/classpath/java/awt/MenuBar.java
ViewVC logotype

Diff of /classpath/java/awt/MenuBar.java

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

revision 1.6 by mark, Tue Jan 22 22:26:58 2002 UTC revision 1.7 by mkoch, Mon Dec 23 12:45:46 2002 UTC
# Line 86  private Vector menus = new Vector(); Line 86  private Vector menus = new Vector();
86    
87  /**  /**
88    * Initializes a new instance of <code>MenuBar</code>.    * Initializes a new instance of <code>MenuBar</code>.
89      *
90      * @exception HeadlessException If GraphicsEnvironment.isHeadless() is true.
91    */    */
92  public  public
93  MenuBar()  MenuBar()
94  {  {
95      if (GraphicsEnvironment.isHeadless())
96        throw new HeadlessException ();
97  }  }
98    
99  /*************************************************************************/  /*************************************************************************/

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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