-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
1.2.0
-
x86, sparc
-
solaris_2.5.1, windows_nt
Name: rm29839 Date: 02/24/98
The followinging code generated a NullPointerException at test.man(test.java:6)
I get the error on both JDK 1.1.4 (Solaris 2.5.1) and JDK 1.1.5 (NT)
import com.sun.java.swing.*;
class test {
public static void main (String [] args) {
KeyStroke ks;
ks = KeyStroke.getKeyStroke ("H");
System.out.println ("ks = " + ks.getKeyChar());
}
}
(Review ID: 24918)
======================================================================
- duplicates
-
JDK-4131596 KeyStroke.getKeyStroke(String representation) implemented to simply return null
-
- Closed
-