Java Applet POC

[ back to concept pages main ]

This applet was taken from this website: http://javaboutique.internet.com/AnimText/
The source for the applet is on our site here: http://guessmedia.com/concept/assets/java/AnimText.java

The HTML source used to embed this applet is below:

<applet code="AnimText" codebase="./assets/java/"
   name="AnimText" alt="Proof of Concept" width="400" height="76" id="AnimText">
<param name="text" value="Proof of Concept" />
<param name="type" value="wave" />
<param name="bgColor" value="255:255:255" />
<param name="fgColor" value="red" />
<param name="style" value="BOLD" />
<param name="min" value="14" />
<param name="max" value="48" />
< /applet>