I get a ClassCastException when I try to load my applet, what's wrong?
Created May 4, 2012
John Zukowski Applets must subclass the java.applet.Applet class (or one of its subclasses like javax.swing.JApplet). If they do not, the browser will not be able to load and start the applet.