-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b09
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2152956 | OpenJDK6 | Andrei Dmitriev | P3 | Resolved | Fixed | b03 |
The following constructor of KeyEvent is not documented - it does not define the arguments or the exception thrown
KeyEvent(Component source, int id, long when, int modifiers, int keyCode, char keyChar, int keyLocation)
KeyEvent(Component source, int id, long when, int modifiers, int keyCode, char keyChar, int keyLocation)
- backported by
-
JDK-2152956 A KeyEvent constructor is not well documented
- Resolved