/[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.16 by mkoch, Mon Feb 21 21:40:56 2005 UTC revision 1.17 by tromey, Tue Apr 26 18:56:18 2005 UTC
# Line 89  private String label; Line 89  private String label;
89    
90  /**  /**
91    * @serial The state of this checkbox.    * @serial The state of this checkbox.
92      * This is package-private to avoid an accessor method.
93    */    */
94  private boolean state;  boolean state;
95    
96  // The list of listeners for this object.  // The list of listeners for this object.
97  private transient ItemListener item_listeners;  private transient ItemListener item_listeners;

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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