FullScreen Swing Components Fail to Receive Keyboard Input on Java 7 on Mac OS X Mountain Lion

后端 未结 3 1717
野趣味
野趣味 2020-12-03 05:17

Update 12/21:

7u10 was recently released. Confirmed that:

  1. The issue still persists
  2. Thankfully, the workaround still function
3条回答
  •  [愿得一人]
    2020-12-03 05:34

    Instead, use key bindings, as shown in this FullScreenTest. Also, consider a DocumentListener, shown here, for text components.

提交回复
热议问题