The Button.class Applet

Currently there is very little in the way of explanation of the PARAMETERS for the "button.class" applet. I am in process of "ferreting out" what each does and in the meantime you can just "play" with them and see what you get.

The WIDTH defines the TOTAL WIDTH of the "span" of the buttons.
The "buttons" value = the NUMBER of buttons in the span.
The "color" value = the COLOR of the buttons.
The "parameters" beginning with the "f_" describe attributes of the FONT used for the text of the buttons.
The "font" = the type of font used.
The "label" = the TEXT label on the button.
The "link" = the HTML link to a URL.
As I have more time to experiment I will add to this description of the "parameters."

To use the "button.class" applet in a FRAMES setup see this example.


This is the HTML coding used on this page for the above "buttons." You should "copy & paste" this code into your document after uploading the "button.class" applet to your directory.

<center> <applet code="button.class" align="baseline" width="487" height="33"> <param name="border width" value="6"> <param name="buttons" value="4"> <param name="color" value="0080FF"> <param name="degree" value="25"> <param name="direction" value="1"> <param name="f_color" value="000000"> <param name="f_color2" value="f73209"> <param name="f_offset" value="18"> <param name="f_size" value="12"> <param name="f_style" value="0"> <param name="font" value="Arial"> <param name="frame 0" value="start2"> <param name="frame 1" value="start2"> <param name="frame 2" value="start2"> <param name="frame 3" value="start2"> <param name="frame 4" value="start2"> <param name="frame 5" value="start2"> <param name="image 0"> <param name="image 1"> <param name="image 2"> <param name="image 3"> <param name="image 4"> <param name="image 5"> <param name="label 0" value="HTML Help Page"> <param name="label 1" value="Main Page"> <param name="label 2" value="Glimpse of Florida"> <param name="label 3" value="US Civil War"> <param name="link 0" value="htmlhelp.html"> <param name="link 1" value="index.html"> <param name="link 2" value="http://www.oocities.org/Heartland/5960/florida.html"> <param name="link 3" value="http://www.oocities.org/Heartland/5960/16th.html"> <param name="position" value="0"> <param name="style" value="1"> </applet> </center>
Click to DOWNLOAD the ZIP file.


Main HTML Help

Site© 1996-2003 Copyright by dcrum@infionline.net