Hi!
I'm looking for a way to make an application (app1), separate from another java application (app2), that can acces the GUI of app2 and also listen to all events that are passed to app2.
I would like to be able to get hold of the frame of app2 so I can traverse its child components. I would like to listen to all possible events from any external sources like mouse, keyboard, etc, that app2 reveices, which app1 also should recieve.
Any ideas on how to do this?
/S