key listeners
I'm adding a KeyListener to a JLabel, which when the arrow keys are pressed will change the text of the JLabel. I was wondering if it is possible, in the keyPressed function, to only do this when the arrow keys are pressed, and not any other keys? I' m pretty aure it can be done using ASCII but don't know how to go about it.
Any help would be great!
Thanks,
D.

