This applet is already compiled and does not
need to be modified to USE it. It gets words from
your webpage that tells it what to display.
Step 1:
Save the .class in the same directory as the
html code of your webpage.
click here for flyingWords6.class
Step 2:
Copy and paste this code in your webpage replacing
"your words go here" with whatever text you want to say.
< applet code="flyingWords6.class"
width=600 height=250>
< param name="yw" value="your words go here">
<param name="mw" value="more words on second line">
<param name="sw" value="Stationary Words...">
< /applet>
feel free to leave any of the parameters blank...
If you would like to see the source code for this applet, follow this link.
flyingWords6.java
The .java file is not needed to USE this program, but I felt that someone might want to see it
for educational reasons. Feel free to modify it to do other tasks...
click here to visit my webpage
https://www.angelfire.com/art2/gregvan