Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当按下指定的组合键时,我如何(例如)从托盘图标最大化窗口?
编辑:那么我怎样才能检测到例如当用户按下Ctrl+ M?
我认为您应该使用一些 GUI 事件来检测键盘按下和 JNI(Java 本机接口)来最大化窗口。
看看这个关于 JNI 和窗口最大化的例子。你也应该看看JNI 的指南。