Re: applet lists or help

2002-07-13 Thread Swapnonil Mukherjee
Hi Travis, javax.swing.JPanel is a class contained in the javax.swing package which is found on JRE1.2 and later. If you want to use javax.swing package with applets,which are really distributed applications, your browser must be java enabled with the latest JRE (Java Runtime Environment). The er

applet lists or help

2002-07-12 Thread Falls, Travis D (CASD, IT)
Hello, I haven't coded to many applets, and I have an intern now who is coding one for our portal.  She has asked me how to get swing files down to the users browsers and I told her to use the archive="yourjar.jar" and to put all the jar files that you will need in this new jar file she was to c