First, a component must have focus for it to receive KeyEvents, which may be the problem. You can try to call requestFocus and see if that rectifies things. Second, not sure why you are using a...