Inserting Applets Within Your Web Page
To insert your applet within your web page open the applet HTML file you saved in a text editor and copy the tag to the clipboard. Open the web page you wish the applet to reside in with a text editor and paste the applet tag at the desired location. The applet tag may also be copied from the composer by selected "View Source" from the "View Menu".
Note: Any supporting files and images required by the applet, be default must be located in same folder as the HTML page containing the applet tag in order to run. All supporting program files (.class extensions) and images can be found in the same folder location as the saved Applet Tag as they are automatically moved to this location after a save operation.