[DotScroller]

; ;

[Code]

<APPLET
  CODEBASE = "./"
  CODE     = "dotScroller.Scroller.class"
  NAME     = "Scroll Applet"
  WIDTH    = 400
  HEIGHT   = 40
  HSPACE   = 1
  VSPACE   = 1
  ALIGN    = middle
>
<PARAM NAME="fontSize" VALUE="8">
<PARAM NAME="dotSpacing" VALUE="1">
<PARAM NAME="scrollString" VALUE="This is the Dot Scroller in action!!! ">
<PARAM NAME="dotImageFileName" VALUE="Dot2.gif">
<PARAM NAME="backGroundColor" VALUE="0xFFFFFF">;
<PARAM NAME="scrollStep" VALUE="1">;
</APPLET>.

[Beschreibung der Parameter]

"fontSize" = Schriftgrösse
"dotSpacing" = Abstand zwischen den Punkten
"scrollString" = Textstring
"dotImageFileName" = Grafikdatei der Dots
"backGroundColor" = Hintergrundfarbe
"scrollStep" = Geschwindigkeit

[Autor]

Avance Systems

[Download]

Copyright © 1998- Nightfire Java Archiv Applet No: 226