Inside the KeyTyped method, how do I tell if Backspace or Esc is being pressed?
KeyTyped
You can also use e.getExtendedKeyCode() in keyTyped and it returns non-zero values that appear correct.
e.getExtendedKeyCode()
keyTyped