Package java.applet
Classes and interfaces for small embeddable applications
often used in web pages.
| AppletContext | This interface allows an applet access to the browser to retrieve
additional data files and display documents. |
| AppletStub | This interface is the low level interface between the applet and the
browser.
|
| AudioClip | This interface provides a simple mechanism for playing audio clips.
|
| Applet | This is the base applet class. |
| Applet.AccessibleApplet | This class provides accessibility support for Applets, and is the
runtime type returned by getAccessibleContext().
|
Classes and interfaces for small embeddable applications
often used in web pages.