JSpinner and addKeyListener (again)
Hello
I have already read in the forum (and in other places) that in order to get the key event, it is enough to grab the Model, apply getTextField() and then get the JFormattedTextField.
The problem that is that, this worksonly if the focus is on the JTextField.
If the focus is on the up/down arrows, I can't get the key event.
What I am trying to do is this: if the user presses a button (e.g. the ALT button) to make the spinner go faster, when the user clicks on the arrow buttons.
I have tried to grab the jey event in various positions, but with no luck.
Any ideas / help?

