/[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.5.2.3 by gnu_andrew, Wed Feb 16 01:11:42 2005 UTC revision 1.5.2.4 by gnu_andrew, Thu Apr 28 23:00:12 2005 UTC
# Line 111  public class AWTKeyStroke implements Ser Line 111  public class AWTKeyStroke implements Ser
111    private static Constructor ctor;    private static Constructor ctor;
112    
113    /**    /**
114     * A table of keyCode names to values.     * A table of keyCode names to values.  This is package-private to
115       * avoid an accessor method.
116     *     *
117     * @see #getAWTKeyStroke(String)     * @see #getAWTKeyStroke(String)
118     */     */
119    private static final HashMap<String,Object> vktable = new HashMap<String,Object>();    static final HashMap<String,Object> vktable = new HashMap<String,Object>();
120    static    static
121    {    {
122      // Using reflection saves the hassle of keeping this in sync with KeyEvent,      // Using reflection saves the hassle of keeping this in sync with KeyEvent,

Legend:
Removed from v.1.5.2.3  
changed lines
  Added in v.1.5.2.4

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