Methods
Name | Description |
---|---|
getApplet(String) | Finds and returns the applet in the document represented by this applet context with the given name. |
getApplets() | Finds all the applets in the document represented by this applet context. |
getAudioClip(URL) | Creates an audio clip. |
getImage(URL) | Returns an Image object that can then be painted on the screen. |
showDocument(URL) | Replaces the Web page currently being viewed with the given URL. |
showDocument(URL, String) | Requests that the browser or applet viewer show the Web page indicated by the url argument. |
showStatus(String) | Requests that the argument string be displayed in the "status window". |