-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 6
-
Component/s: client-libs
-
b16
-
x86
-
linux_redhat_9.0
Here's the current javadoc:
! * The key used for storing a <code>KeyEvent</code> to be used as
! * the mnemonic for the action.
But we don't expect you to store a KeyEvent, rather an Integer corresponding to one of the VK_ codes defined in KeyEvent, eg new Integer(KeyEvent.VK_A);
! * The key used for storing a <code>KeyEvent</code> to be used as
! * the mnemonic for the action.
But we don't expect you to store a KeyEvent, rather an Integer corresponding to one of the VK_ codes defined in KeyEvent, eg new Integer(KeyEvent.VK_A);