How do I use SwingEventMonitor to monitor mouse events in applications running in other JVMs?
The demo code I have can monitor mouse clicks in applications running within its own JVM, but applications started seperately or via jnlp are ignored.
How do I make sure Java loads my SwingEventMonitor app with every application, regardless of how its started (desktop or jnlp)