The Janim Applet

Scrolling Text

Text may be centered or left justified and positioned horizontally at any point over the image using the "Talign" parameter. Text size, font, style and scroll speed are all configureable



Sample Applet parameters

Please note that Janim Version 3 uses a jar file instead of just the applet. Applet headers should be as shown below with your height and width settings.
Measurements of Image used is: Width=Actual measurement. Height=2 x Actual measurement (may be reduced if gray area appears at the bottom of the applet)

<center>
<table border=2>
<tr>
<td width=500>
<applet code="Janim3.class" archive="Janim.jar" width=500 height=350>
<param name="image" value="lake200.jpg">
<param name="image1" value="lake200a.jpg">
<param name="image2" value="lake200b.jpg">
<param name=TFile value="test.txt">
<param name=TColor value="ffffc0">
<param name="Tsize" value="25">
<param name="Tfont" value="Arial">
<param name="Tstyle" value="2">
<param name="Talign" value="10">
<param name="Tspeed" value="1">
</applet></td></tr></table>
</center>

The applet contains default values for all Text parameters except the text file (Tfile) which may be acceptable for your application. Use only the parameters you need to change. All default values are listed on the Parameters page.

The text is contained in a text file you create. There is no word wrapping but lines are separated by "|". View the text file contents here.



Return to Main Page