i did
import java.awt.event.KeyEvent
but when i type
KeyEvent.get
the possible suggestions that the IDE give me are
KeyEvent.getKeyText:
and other methods for char, what i need to download or import ?
All i want is something that let me read arrow-keys. ty