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

Diff of /classpath/java/awt/MenuItem.java

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

revision 1.15 by mark, Sat Jun 26 16:06:48 2004 UTC revision 1.15.2.1 by gnu_andrew, Fri Jan 14 10:24:15 2005 UTC
# Line 54  public class MenuItem extends MenuCompon Line 54  public class MenuItem extends MenuCompon
54    implements Serializable    implements Serializable
55  {  {
56    
 // FIXME: The enabled event mask is not used at this time.  
   
57  /*  /*
58   * Static Variables   * Static Variables
59   */   */
# Line 77  private String actionCommand; Line 75  private String actionCommand;
75  /**  /**
76    * @serial Indicates whether or not this menu item is enabled.    * @serial Indicates whether or not this menu item is enabled.
77    */    */
78  private boolean enabled;  private boolean enabled = true;
79    
80  /**  /**
81    * @serial The mask of events that are enabled for this menu item.    * @serial The mask of events that are enabled for this menu item.

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.15.2.1

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