Generate an event to another java application
I'm not an advanced user but this question is directed to advanced users
I have an already created java application, which code i can't modify. My purpose is create another application which can control the first one.
I mean, the first one have a button called RUN and an actionPerformed method associated to it. Then i have to do that this event is called from the other application whitout clicking this button in the first one.
I´m spanish so my english is no so good. Sorry!