java.applet
->
java.applet
The java.applet package provides the Applet class and the interfaces needed to support Java applets. It consists of a single Applet class and three interfaces that enable audio playing and applet integration within browsers.
Classes
Applet
The Applet class is a subclass of the java.awt.Panel class that is used to implement Java applets.
Interfaces
AppletContext
The AppletContext interface provides methods that allow an applet to interact with the context in which it is run, such as a browser, the applet viewer, or an application program.
AppletStub
The AppletStub interface provides methods that are used to implement programs that display an applet.
AudioClip
The AudioClip interface provides methods that are used to implement classes that support the playing of audio clips within applets.
java.awt (Devamini Okuyun…)
