public class KeyEventWorkaround
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
ALT_KEY_PRESSED_DISABLED |
static boolean |
ALTERNATIVE_DISPATCHER |
Constructor and Description |
---|
KeyEventWorkaround() |
Modifier and Type | Method and Description |
---|---|
static void |
numericKeypadKey()
A workaround for non-working NumLock status in some Java versions.
|
static java.awt.event.KeyEvent |
processKeyEvent(java.awt.event.KeyEvent evt) |
public static final boolean ALT_KEY_PRESSED_DISABLED
public static final boolean ALTERNATIVE_DISPATCHER