|
You have to bypass the whole GUI code in the jar file. If you are lucky enough the classes that do the job when the button is clicked are public and have public interfaces. In that situation you can call them directly from your application and use the jar file as a library. If the API is not public you might still stand a chance by declaring your classes in the same packages as the classes you want to call. Hope this helps.
__________________
Daniel @ [ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. ]
Language is froth on the surface of thought
|