/[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.14 by gnu_andrew, Thu Jan 20 12:54:54 2005 UTC revision 1.15 by gnu_andrew, Sat Jan 22 01:48:27 2005 UTC
# Line 113  protected class AccessibleAWTCheckbox Line 113  protected class AccessibleAWTCheckbox
113    private static final long serialVersionUID = 7881579233144754107L;    private static final long serialVersionUID = 7881579233144754107L;
114    
115    /**    /**
116       * Default constructor which simply calls the
117       * super class for generic component accessibility
118       * handling.
119       */
120      public AccessibleAWTCheckbox()
121      {
122        super();
123      }
124    
125      /**
126     * Captures changes to the state of the checkbox and     * Captures changes to the state of the checkbox and
127     * fires appropriate accessible property change events.     * fires appropriate accessible property change events.
128     *     *

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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