Author: Darryl Stoflet
| This applet types in your text and then scrolls it up like movie credits. To add this feature to your page, follow the directions below. |
| 1. Download credits.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 ="credits.class" height = 80 width = 300> <param name = "speed" value = "10"> <param name = "fontsize" value = "14"> <param name = "fgColor" value = "GREEN"> <param name = "bgColor" value = "BLACK"> <param name = "text1" value = " WELCOME TO The Java Shoppe "> <param name = "text2" value = " Thank you for stopping by! "> <param name = "text3" value = " Come Back Soon!"> </applet> |