0

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

Paul Reiners
  • 8,576
  • 33
  • 117
  • 202

1 Answers1

2

Have you checked KeyboardFocusManager.getCurrentKeyboardFocusManager()

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

jmj
  • 237,923
  • 42
  • 401
  • 438