|
You're not running java files, you're running java objects.
There should no problem with this - all you will need is access to the correct packages.
When you click the button, simply instantiate the new object to get a new instance and call a method on it.
|