how to show jpanel from external jar?
Here is my case:
1. i've made a desktop application using netbeans
2. it contains main.class that launch the myForm.class.
3. it works when run from its project and netbeans
4. then, i made it became a jar file
5. i put the jar file in a specific folder (eg. as same folder as the new desktop app. 'll load the jar). so, how i should load it when run time (using source code)
Re: how to show jpanel from external jar?
Re: how to show jpanel from external jar?
using clean and build menu on netbeans
1 Attachment(s)
Re: how to show jpanel from external jar?
here my class that will be loaded as external jar
Re: how to show jpanel from external jar?
Why did you re-ask this same question? It's not fair to the volunteers here to needlessly divide discussion. Please read the FAQ regarding these and other forum rules.
Re: how to show jpanel from external jar?
i am really sorry, i sent it in "advanced java" first and i recieved from DarrylBurke said: "Moved from 'Advanced Java'.
so i thought i need to rewrite my question in "new to java" forum. i am sorry, but until now i can't solve my problem. am i in wrong forum again?