Generated by
JDiff

Class java.applet.Applet

Documentation changed from old to new.

Added Methods
AccessibleContext getAccessibleContext() Gets the AccessibleContext associated with this Applet.
 

Changed Methods
URL getCodeBase() Documentation changed from old to new.
Gets the base URL.
URL getDocumentBase() Documentation changed from old to new.
Returns an absolute URL naming the directory of the document in which the applet is embedded.
String getParameter(String) Documentation changed from old to new.
Returns the value of the named parameter in the HTML tag.
AudioClip newAudioClip(URL) Documentation changed from old to new.
Get an audio clip from the given URL.