Jar « Applet « Java Swing Q&A





1. How do I load two applet Jars to non-applet gui program?    stackoverflow.com

I'm trying to find a way to correctly load both of the Jars (TestApplet.jar and Shared.jar) to a swing gui. I already succeeded to load TestApplet.jar but it gives NoClassDefFoundError exception ...

3. HELP NEEDED ON APPLET & ICONS: Loading icon files from JAR file    coderanch.com

Here's my problem: I'm currently loading icons into my APPLET from GIF and JPEG files. These files are loaded from the applet JAR file. However: On Friday I installed Service Pack 3 for my Win2000. At that point, the following strange thing happened: (1) I can still load the icon files I generated BEFORE my SP3 update (2) I am NOT ...

4. Creating an applet jar file    coderanch.com