Top "Keyboardfocusmanager" questions

How do you solve this LostFocus/LostKeyboardFocus issue?

Ok, I have a control that has an IsEditing property which for argument's sake has a default template that is …

wpf lost-focus focusmanager lostfocus keyboardfocusmanager
Check whether shift key is pressed

I'm programming an application which should, when started, check whether the shift key is pressed. For that I have created …

java keyboard keyboardfocusmanager
How can I make a JTextField fire it's ActionEvent when KeyEvent.VK_ENTER is redispatched to it?

I am playing around with the KeyboardFocusManager and my own custom KeyEventDispatcher that redispathes all KeyEvents to one particular JTextField, …

java swing keyboardfocusmanager