Author: Demicron
| This is a cool applet. You can add as many parameters as you would like. This applet works well with frames! To add this applet to your page, follow the directions below. |
| 1. Download starmenu.class and load it in your home page directory on your server. 2. Copy and paste the html code below on your page. 3. Make the necessary changes to the html code and add parameters if desired. |
| <applet codebase="Your home page directory here" code="starmenu.class" width="150" height="150"> <param name="demicron" value="www.demicron.se"> <param name="reg" value="A00037"> <param name="displace" value="5"> <param name="background" value="000000"> <param name="foreground" value="ffff00"> <param name="shadow" value="2f2f2f"> <param name="target" value="_parent"> <param name="horizontal" value="Yes"> <param name="font" value="TimesRoman"> <param name="fontsize" value="20"> <param name="italic" value="Yes"> <param name="bold" value="Yes"> <param name="item0" value="Java Applets"> <param name="url0" value="http://www.i-55.com/~mway/applets.html"> <param name="item1" value="Java Scripts"> <param name="url1" value="http://www.i-55.com/~mway/scripts.html"> <param name="item2" value="Links"> <param name="url2" value="http://www.i-55.com/~mway/javalink.html"> </applet> |