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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -