Is it Possible to show a previously hidden JFrame using a keylistener

后端 未结 3 1793
野性不改
野性不改 2021-01-23 09:07

here is my code, i basically just did a tester for the most common listeners, which i might later use in future projects, the main problem is in the keylistener at the bottom, i

3条回答
  •  死守一世寂寞
    2021-01-23 09:32

    Yes it is possible but you will need to use a external java library with a native library. Search for "JIntellitype". But this will only work on Windows. If you want to use this functionality on linux, use "JXGrabKey"

提交回复
热议问题