Applet.getAppletContext

Applet.getAppletContext

Class Overview | Class Members | This Package | All Packages

Syntax
public AppletContext getAppletContext()
Returns
the applet's context.
Description
Determines this applet's context, which allows the applet to query and affect the environment in which it runs.

This environment of an applet represents the document that contains the applet.