| Method
|
Description |
void showStatus(String message)
|
Shows the message in
the status line of the browser |
Enumeration getApplets()
|
Returns an
enumeration of all the applets in the same
context (same web page) |
Applet getApplet(String name)
|
Returns the applet
in the current context with the specified name
(null if none exists) |
void showDocument(URL url)
|
Shows a new web page
in the browser, displacing the current page. |
void showDocument(URL url, String target)
|
Shows a new web page
in the browser, specifying the target frame
("_self", "_parent",
"_top", "_blank", or
<frame-name>) |
Image getImage(URL url)
|
Returns an image
object that encapsulates the image specified by
the URL |
AudioClip getAudioClip(URL url)
|
Returns an AudioClip
object that encapsulates the sound file specified
by the URL. |