The first number in the range of ids used for key events.
The last number in the range of ids used for key events.
A constant indicating that the key pressed or released is in
the left key location (there is more than one possible location
for this key).
A constant indicating that the key event originated on the
numeric keypad or with a virtual key corresponding to the
numeric keypad.
A constant indicating that the key pressed or released is in
the right key location (there is more than one possible location
for this key).
A constant indicating that the key pressed or released
is not distinguished as the left or right version of a key,
and did not originate on the numeric keypad (or did not
originate with a virtual key corresponding to the numeric
keypad).
A constant indicating that the keyLocation is indeterminate
or not relevant.
The "key released" event.
The KeyEvent Interface makes the KeyEvents available to the converter objects
A Converter that turns a Strings in the form of a filename into an KeyStroke objects.