Including Applets

This free applet I downloaded here and adapted it to my needs.

Your browser isn't java enabled!!! Get Internet Explorerhere

How to insert applets

  1. Use google to find websites containing and distributing free applets. Browse until you find something you like.
  2. 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.
  3. 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..
  4. Very often there are parameters (like <PARAM NAME="YHOEK" VALUE="256"> and others in the example above) which you can change.