Java App system tray that counts key presses - Is there a way?
Hi, i need to make an app that starts minimized and counts whenever the user press for example the '/' key in the keyboard.
I have already done this in Swing, but the program only works when the
JFrame has the focus.
Any tips to lead me how to write the software will be really appreciated.
Thanks in advance.

