Author: Mike
| This is a very handy applet to have to determine RGB color codes. Slide the color bars until the bottom bar is the desired color, and the RGB code is there! To add this applet to your page, follow the directions below. |
| 1. Download ColorSlider.class and load it in your home page directory. 2. Copy and paste the html code below on your page. 3. Make the necessary changes to the html code. |
| <applet codebase="Your page directory here" code="ColorSlider.class" height="180" width="300"><param name="leftAt" value="0"><param name="downAt" value="0"><param name="swidth" value="300"><param name="sheight" value="180"><b>This application requires a Java-enabled browser</b></applet> |