Animated Text using applet - Java

Animated Text

Snippet Code


  
Rate this page :
  [ 0 votes]

Using Applet to create a animated text " life is Smart ".

<APPLET CODE=AnimText WIDTH=400 HEIGHT=76> <PARAM NAME=text VALUE="Life is Smart"> <PARAM NAME=type VALUE=wave> <PARAM NAME=bgColor VALUE=255:255:255> <PARAM NAME=fgColor VALUE=green> <PARAM NAME=style VALUE=BOLD> <PARAM NAME=min VALUE=14> <PARAM NAME=max VALUE=48> </APPLET>

Tags


Ask Questions

Ask Question