Module java.desktop
Package java.applet

Interface AppletContext


@Deprecated(since="9", forRemoval=true) public interface AppletContext
Deprecated, for removal: This API element is subject to removal in a future version.
The Applet API is deprecated, no replacement.
This interface corresponds to an applet's environment: the document containing the applet and the other applets in the same document.

The methods in this interface can be used by an applet to obtain information about its environment.

Since:
1.0