/[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.5 by tromey, Fri Jan 18 00:49:49 2002 UTC revision 1.6 by tromey, Tue Jan 22 22:00:14 2002 UTC
# Line 437  processActionEvent(ActionEvent event) Line 437  processActionEvent(ActionEvent event)
437  public String  public String
438  paramString()  paramString()
439  {  {
440    return(getClass().getName() + "(label+" + label + ",enabled=" + enabled +    return ("label=" + label + ",enabled=" + enabled +
441           ",actionCommand=" + actionCommand + ")");            ",actionCommand=" + actionCommand + "," + super.paramString());
442  }  }
443    
444  // Accessibility API not yet implemented.  // Accessibility API not yet implemented.

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

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