java.applet |
|
Java Source File Name | Type | Comment |
Applet.java | Class | An applet is a small program that is intended not to be run on
its own, but rather to be embedded inside another application.
The Applet class must be the superclass of any
applet that is to be embedded in a Web page or viewed by the Java
Applet Viewer. |
AppletContext.java | Interface | This interface corresponds to an applet's environment: the
document containing the applet and the other applets in the same
document. |
AppletStub.java | Interface | When an applet is first created, an applet stub is attached to it
using the applet's setStub method. |
AudioClip.java | Interface | The AudioClip interface is a simple abstraction for
playing a sound clip. |