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

Diff of /classpath/java/awt/AWTKeyStroke.java

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

revision 1.3 by mark, Sun Apr 21 19:40:03 2002 UTC revision 1.4 by ericb, Mon May 6 02:43:17 2002 UTC
# Line 150  public class AWTKeyStroke implements Ser Line 150  public class AWTKeyStroke implements Ser
150    private char keyChar;    private char keyChar;
151    
152    /**    /**
153     * The virtual key code, or VK_UNDEFINED for key typed.     * The virtual key code, or VK_UNDEFINED for key typed. Package visible for
154       * use by Component.
155     *     *
156     * @serial the keyCode     * @serial the keyCode
157     */     */
158    private int keyCode;    int keyCode;
159    
160    /**    /**
161     * The modifiers in effect. To match Sun, this stores the old style masks     * The modifiers in effect. To match Sun, this stores the old style masks

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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