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

Diff of /classpath/java/awt/MenuComponent.java

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

revision 1.10 by mark, Tue Jan 22 22:26:58 2002 UTC revision 1.11 by mkoch, Mon Dec 23 12:45:46 2002 UTC
# Line 92  private static transient Toolkit toolkit Line 92  private static transient Toolkit toolkit
92    
93  /**  /**
94    * Default constructor for subclasses.    * Default constructor for subclasses.
95      *
96      * @exception HeadlessException If GraphicsEnvironment.isHeadless() is true.
97    */    */
98  protected  protected
99  MenuComponent()  MenuComponent()
100  {  {
101      if (GraphicsEnvironment.isHeadless())
102        throw new HeadlessException ();
103  }  }
104    
105  /*************************************************************************/  /*************************************************************************/

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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