RE: registerKeyboardAction vs. addKeyListener

2001-04-02 Thread Farwell, Paul
: Kleopatra [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 4:48 AM To: Farwell, Paul Cc: [EMAIL PROTECTED] Subject: Re: registerKeyboardAction vs. addKeyListener For instance, I have a panel of JButtons, each of them registered for the TAB keystroke. (I did not register them myself

Re: registerKeyboardAction vs. addKeyListener

2001-04-02 Thread Kleopatra
For instance, I have a panel of JButtons, each of them registered for the TAB keystroke. (I did not register them myself. They appear to registered by the underlying UI delegate). Hmm, don't think so. Usually the FocusManager get's all the tabs (Ctrl-tab unconditionally, the normal tabs if