Applet beans

Applets are generally small, specialized programs that are downloaded and run by a Java-enabled web browser. Applets operate within constraints that provide security from remote system intrusion.

The following beans provide applets:


Bean Description
JApplet (Swing) A container bean you use with Swing beans.
Applet (AWT) A container bean you use with AWT beans.


Related procedures
Composing an applet

Related references
Beans for visual composition