AppletContext.getApplet

AppletContext.getApplet

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract Applet getApplet( String name )
Parameters
name
an applet name.
Returns
the applet with the given name, or null if not found.
Description
Finds and returns the applet in the document represented by this applet context with the given name. The name can be set in the HTML tag by setting the name attribute.