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

Diff of /classpath/java/awt/Checkbox.java

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

revision 1.5 by tromey, Wed Jan 16 23:39:20 2002 UTC revision 1.6 by tromey, Tue Jan 22 22:00:14 2002 UTC
# Line 362  processItemEvent(ItemEvent event) Line 362  processItemEvent(ItemEvent event)
362  protected String  protected String
363  paramString()  paramString()
364  {  {
365    return(getClass().getName() + "[label=" + label + ",state=" + state    return ("label=" + label + ",state=" + state + ",group=" + group
366           + ",group=" + group + "]");            + "," + super.paramString());
367  }  }
368    
369  } // class Checkbox  } // class Checkbox

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