I have a question about handling keyboard input in a Swing app.
What are the relative advantages or disadvantages of using JComponent
registerKeyboardAction() versus Component addKeyListener()? (According to
the javadocs registerKeyboardAction() has been replaced by
getInputMap().put() and getActionMap().put() - but as far as I can tell
these are functionally equivalent to registerKeyboardAction).
_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing