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 error you get is becoz the client browser you trying to run this applet on has an older version of java with no javax.swing package. This happens on Internet Explorer as Microsoft supplies IE with JRE1.1 which does not support swing. However if you download and install the latest jre from http://java.sun.com/jre on the client machine, this problem would be solved. (size 4.9 mb) Also try and view your applet on Netscape6.0/Opera5.0 and above. They have the javax.swing package, which means your applets will run fine on them.
Regards NEEL Systems Engineer Connectiva Systems ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
