TypewriterScroll

This Applet is very generalised one. Here text on the left side is Heading and on right side is its Description. In this applet you can change the heading text,description text and its link with its target. You can also change its Background color of heading and text and also Text color of Heading and Description. You can also specify the typing speed and delay time after one complete message was displayed (it should be given in milli second). You can also change the fontsize and fontname. Value of the heading,description and its link are taken from the InfoText.txt file. Or optionally from the parameter called filename(complete url of the text).

 

Note for adding this applet to your page :
 
Put Following line in your page. You can leave any parameter here. Applet will take its default value.

<applet CODE="Scroll.class" WIDTH="450" HEIGHT="30"   ALIGN="middle">

<param name="typingspeed" value="200">

<param name="delayTime" value="200">

<param name="fontname" value="Courier">

<param name="fontsize" value="16">

<param name="headbcolor" value="255,0,0">

<param name="descbcolor" value="0,0,255">

<param name="headtextcolor" value="0,0,0">

<param name="desctextcolor" value="255,0,0">

<param name="targetwindow" value="_blank">

<param name="filename" value="http://www.angelfire.com/sk/saketkumar/InfoText.txt">

</applet>

 

Note for creating InfoText.txt file :
  
Create file like this, First one is Heading, Second one is its Description and third one is its Link.

General|General Information About Myself|http://www.angelfire.com/sk/saketkumar/frmain.html
Personal|Personal Details|http://www.geocities.com/SiliconValley/Sector/1430/
Organisation|My Organisation|http://www.nic.in
Favourite|Favourites Things|http://www.angelfire.com/sk/saketkumar/favourites.html
Friends|My Friends|http://www.angelfire.com/sk/saketkumar/friend.html
FeedBack|Put your feedback about this site|http://www.angelfire.com/sk/saketkumar/feedback.html
Applet|List of Applet Written by Me|http://www.angelfire.com/sk/saketkumar/appletlist.html

Each text should be separated by | (pipeline) and each line should be separated by newline.

If you have some problem then wirte to me and send your feedback.

Download Scroll.class File
Download Scroll.java File
Download Sample InfoText.txt file