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

Diff of /classpath/java/awt/Button.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 269  dispatchEventImpl(AWTEvent e) Line 269  dispatchEventImpl(AWTEvent e)
269  protected String  protected String
270  paramString()  paramString()
271  {  {
272    return(getClass().getName() + "(label=" + getLabel() + ",actionCommand=" +    return ("label=" + getLabel() + ",actionCommand=" + getActionCommand()
273           getActionCommand() + ")");            + "," + super.paramString());
274  }  }
275    
276  } // class Button  } // class Button

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