I just created an applet using javax.swing components. I got it to run but I had to add the jar file to my classpath so that the import statements would find javax.swing.*. Obviously, users are not going to know how to add a jar file to their classpath. Can someone point me to some docs for downloadable jar files? Or can I just add CODEBASE="/javaclass/swingall.jar" parameter to my <applet> tag? Jim Swart. SysAdmin/Developer/WebMaster
