Including Applets
This free applet I downloaded here
and adapted it to my needs.
How to insert applets
- Use google to find websites containing and distributing free applets.
Browse until you find something you like.
- Download the applet. It may be a zipped file, but when you unzip it, the
applet itself is the file with the extension "class". Put this
class-file into your web folder.
- You have to change the text of the html-file where the applet should show.
You can use the "Insert|Advanced|Java Applet" menu on Frontpage,
but even easier is to copy the code from the html-page where you have seen
the applet. Just go to that web page and click on "source" to see
the html. Then copy everything between "<applet>" and
"</applet>" and paste it into the html code (use the HTML
tab of Frontpage) of your page..
- Very often there are parameters (like <PARAM
NAME="YHOEK"
VALUE="256">
and others in the example above) which you can change.