开发者

Shortcut Keys in Java

How could I (for example) maximize the window from tray icon when a specified key combination is pressed?

edit: So how can I detect for example when user presses Ctrl +开发者_如何学编程 M?


I think you should use some GUI event to detect the keyboard presses and the JNI (Java Native Interface) to maximize the window.

Look at this example about JNI and window maximization. You should look the guide of JNI too.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜