Slide 12 of 13
Notes:
HTML Applet-calling Program
Applets are invoked in browsers by the code within the <APPLET…….> </APPLET> html instructions.
The applet compiled .class file is called up from the first ‘code = ‘ line. The applet size is constrained within the ‘width = ‘ and ‘height = ‘ settings.
Various other parametric settings/initialising data to be passed to the applet on start-up can also be specified in this region.