Full screen Window won't get keyboard input using KeyListener or KeyBoardFocusManager
问题 I'm having problems with getting my KeyBoardFocusManger to work with my full screen Window . No matter what, it just wont get keyboard input. I used a System.exit(0) and a println() to look for any call to the keypressed/released/typed method, but no errors are thrown. I've tried KeyListeners ; but after I read this, I changed to a KeyboardFocusManager , and the same thing still happens. I'm really getting desperate; from what I can judge, the Window is not getting focus of the keyboard? Here