A G I P

A

AppInfo2 - class AppInfo2.
This class creates displays the values of three parameters: Name, Date and Version.
AppInfo2() - Constructor for class AppInfo2
 

G

getAppletInfo() - Method in class AppInfo2
This method describes the applet for any browsing tool that request information out the program.
getParameterInfo() - Method in class AppInfo2
This method describes the parameters that the applet can take for any browsing tool that requests this information.

I

init() - Method in class AppInfo2
This method is called when the applet is first initialized.

P

paint(Graphics) - Method in class AppInfo2
This method is called when the applet's display window is being repainted.

A G I P