Applet.getAppletInfo
Class Overview | Class Members |
This Package |
All Packages
public String getAppletInfo()
Returns
a string containing information about the author, version, and
copyright of the applet.
Description
Returns information about this applet. An applet should override
this method to return a String containing information
about the author, version, and copyright of the applet.
The implementation of this method provided by the
Applet class returns null.