Is there a way to get a reference to the current KeyboardFocusManager in a Swing application?
Asked
Active
Viewed 481 times
1 Answers
2
Have you checked KeyboardFocusManager.getCurrentKeyboardFocusManager()
Returns the current KeyboardFocusManager instance for the calling thread's context.

jmj
- 237,923
- 42
- 401
- 438