Java desktop app: How to maximize tray application when hotkey pressed? -
I have to write a program, when minimized, stays in the system tray, and I'm running Java System System API to do this.
How can I get that application to the foreground when a user presses some hotkeys?
For example, the app is running but at least When the user presses CTRL-SHIFT-Y or something else (or, like Google Desktop Search, CTRL twice) and the application is maximized
Edit: I know how I listen specifically to a running Java app for a hotkey .
Comments
Post a Comment