aTicker


Sample HTML Source:

<applet codebase="./" code="aTicker.class" 
	archive="aTicker.jar" 
	width=220 
	height=20 
	MAYSCRIPT>
	<param name="_file" value="./mess.txt">
	<param name="file" value="s">
	<param name="cSep" value=";">
	<param name="speed" value="1">
	<param name="delay" value="30">
	<param name="local" value="true">
	<param name="bgcolor" value="13693183">
	<param name="Font1" value="Verdana, 14, 0, 0">
	<param name="Font2" value="Verdana, 14, 1, 1220">
	<param name="s0" 
		value="JavaBoutique ; 
		http://javaboutique.com ; 
		_load">
	<param name="s1" 
		value="Message 2 ; 
		javascript:tpopup('./aticker.html') ; 
		_script ; 
		?PopupWindows">
	<param name="s2" 
		value="Categories ; 
		http://javaboutique.com/cathome.html ; 
		_load">
	<param name="s3" 
		value="byName ; 
		http://javaboutique.com/applet_index/ ; 
		_load">
	<param name="s4" 
		value="byDate ; 
		http://javaboutique.com/byDate/ ; 
		_load">
</applet>

<SCRIPT LANGUAGE="JavaScript">
<!--
function tpopup(s)
{
	msg=window.open(s, "rblPopup", "scrollbars=no,status=no,toolbar=no,directories=no,menubar=no,location=no,resizable=yes,width=400,height=50");
}
//--->
</SCRIPT>

Parametres
Param nameTypeDescription
filestringData file or prefix for "line param"
cSepchartext delimiteur (default ";")
speedintegerspeed scroll (1)
localString"true" : if you use line-param
delayintegermsecs between jumps (100)
bgcolorintegerBackground color (in decimal)
Hexa - decimal Color Conversion
Font1StringDefault font definition : Face, Size, Style, color
Font2StringActive font definition : Face, Size, Style, color

Data File
ColTypeDescription
1 Messagestringmessage
2 URLstringLink URL
3 Targetstringuse _script to javascript call
4 Status lineStringShow message in status line


How to Add Java Applets to Your Site

New on the Java Boutique:

New Review:

Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling API boasts simplicity, ease-of-integration, a well-rounded feature set, and it's free!

New Applet:

Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA sequences into three useful formats.

Elsewhere on internet.com:

WebDeveloper Java
Lots of Java information on webdeveloper.com

WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.

ScriptSearch Java
Hundreds of free Java code files to download.

jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.