Author: Our Java Collection
| This applet makes a spotlight pass across your image. To add this feature to your page, follow the directions below. |
| 1. Download SpotLight.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 goes here" code="SpotLight.class" width=60 height=25> <param name="image" value="Your image directory goes here.jpg"> </applet> |