Author: Yasunari Hiramatsu
| This applet adds a colorful jumping and scrolling text to your page. To get it, follow the directions below. |
| 1. Download Jumptext.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="Jumptext.class" width=300 height=100> <param name=message1 value="The Java Shoppe"> <param name=message2 value="Applets and Scripts!"> </applet> |