public static class Utils.EscKeyListener
extends java.awt.event.KeyAdapter
Constructor and Description |
---|
Utils.EscKeyListener(java.awt.Window wFrame)
Creates an EscKeyListener for the given Window.
|
Modifier and Type | Method and Description |
---|---|
void |
keyTyped(java.awt.event.KeyEvent ke)
Receives key-typed events (called when the user types a key).
|