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
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