-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0_02
-
b73
-
generic
-
solaris_2.6
using input parameter char == 'A' or 'a' seems to returns a KeyStroke
where getKeyCode() returns a 0 value
JDK 1.4.1
if I use getKeyStroke(char, 0) seems to work better/differently
at a minimum it would seem like the spec/javadoc suggests these should
be the same
where getKeyCode() returns a 0 value
JDK 1.4.1
if I use getKeyStroke(char, 0) seems to work better/differently
at a minimum it would seem like the spec/javadoc suggests these should
be the same