How to use SwingEventMonitor to track mouse events in applications running in other JVMs?
The demo code that I have allows me to track mouse clicks in applications running in its own JVM, but the applications run separately or are ignored through jnlp.
How can I make sure Java loads my SwingEventMonitor application with every application, no matter how it was launched (desktop or jnlp)
source share