/[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.13.2.6 by gnu_andrew, Sun Mar 13 14:38:38 2005 UTC revision 1.13.2.7 by gnu_andrew, Thu Apr 28 23:00:12 2005 UTC
# Line 77  private static final long serialVersionU Line 77  private static final long serialVersionU
77    
78  /**  /**
79    * @serial The action command name for this button.    * @serial The action command name for this button.
80      * This is package-private to avoid an accessor method.
81    */    */
82  private String actionCommand;  String actionCommand;
83    
84  /**  /**
85    * @serial The label for this button.    * @serial The label for this button.
86      * This is package-private to avoid an accessor method.
87    */    */
88  private String label;  String label;
89    
90  // List of ActionListeners for this class.  // List of ActionListeners for this class.
91  private transient ActionListener action_listeners;  private transient ActionListener action_listeners;

Legend:
Removed from v.1.13.2.6  
changed lines
  Added in v.1.13.2.7

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