View Single Post
  #2 (permalink)  
Old 08-07-2007, 08:45 AM
baltimore baltimore is offline
Member
 
Join Date: Jul 2007
Posts: 40
baltimore is on a distinguished road
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.
Reply With Quote