Many of the Applets and AppletContext methods involves some sort of the communication
with a browser or applet viewer. Consider for example, Applet getDocumentBase() and
getCodeBase() methods get the information browser or applet viewer where the applet
and the HTML page came from. The method Applet showStatus() tells the browser or the
viewer to display a status message. The Applets getParameterInfo() method can give a
browser the list of parameters an applet understands. And, of course the browser or the
applet viewer calls up Applet init, start, stop, and destroy methods to inform a
applet of the changes in its state. Two other interesting methods are AppletContext
showDocument() methods
|