> What is difference between JApplet and Applet?
From the JavaDocs:
<quote>
[JApplet is] an extended version of java.applet.Applet that adds support for
the JFC/Swing component architecture.
</quote>
You can read more at
http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/JApplet.html
- Oliver
> What is difference between JApplet and Applet?
The same between AWT and Swing. haha