Is there a way to get a reference to the current KeyboardFocusManager in a Swing application?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Have you checked KeyboardFocusManager.getCurrentKeyboardFocusManager()

Returns the current KeyboardFocusManager instance for the calling thread's context.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.