home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1997 April / Win95_04974.iso / docs / 00016 / 01649.exe / data.2 / program / Templates / java / UseVerticalScroller.tpl < prev   
Encoding:
Text File  |  1996-12-27  |  1.8 KB  |  44 lines

  1. <$$FILE
  2.    TYPE=HTML
  3.    DESC="Vertical Scrolling Text (JAVA Applet)"
  4. >
  5. <$$PARAMS
  6.    N=NOTICE N_D='The ".class" files can be found in the Mortar/Java directory, be sure to have copies of them on your site.'
  7.  
  8.    BACKCOLOR=COLOR BACKCOLOR_M="000000" BACKCOLOR_D="Default background color for a line of text"
  9.    TEXTCOLOR=COLOR TEXTCOLOR_M="FFFFFF" TEXTCOLOR_D="Default foreground color"
  10.  
  11.    E=EMPTY
  12.    
  13.    STEPS=INTEGER STEPS_M=3 STEPS_D="Number of pixels to jump upward in each movement"
  14.    PTSIZE=INTEGER PTSIZE_M=20 PTSIZE_D="Font size"
  15.    FONT=STRING FONT_M="Helv" FONT_D="Font Facename"
  16.    TIMEOUT=INTEGER TIMEOUT_M="100" TIMEOUT_D="Delay between each movement (in milliseconds)"
  17. ><$$NO>
  18.    <APPLET CODE=VerticalScroller.class WIDTH=200 HEIGHT=100>
  19.       <PARAM NAME=FONT VALUE="~FONT">
  20.       <PARAM NAME=PTSIZE VALUE="~PTSIZE">
  21.       <PARAM NAME=BACKCOLOR VALUE="~BACKCOLOR">
  22.       <PARAM NAME=TEXTCOLOR VALUE="~TEXTCOLOR">
  23.       <$$INSERT PARAM="<!-- NUMLINES Indicates the number of lines you have entered -->">
  24.       <PARAM NAME=NUMLINES VALUE=2>
  25.     
  26. <$$INSERT PARAM="<!--"> These are the paramters for each line of the display
  27.      scrolling.  You only NEED to specify STRINGn parameter,
  28.      all others are optional.
  29.      
  30.     STRING0:    text to display on line 0 (1st line) (nothing)
  31.     COLOR0:     color that text will be written in (RRGGBB in hex)
  32.     BACKCOLOR0: background text will be written over (same)
  33.     LOCALURL0:  a local URL to visit when the line is clicked
  34.     REMOTEURL0: a remote URL to visit
  35. <$$INSERT PARAM="-->">
  36.       <PARAM NAME="STRING0" VALUE="Mortar">
  37.       <PARAM NAME="COLOR0" VALUE="FF0088">
  38.       <PARAM NAME="BACKCOLOR0" VALUE="004400">
  39.       <PARAM NAME="REMOTEURL0" VALUE="http://www.bigpic.com/mortar/">
  40.       
  41.       <PARAM NAME="STRING1" VALUE="Vertical Scroller">
  42.     
  43.    </APPLET><$$NO>
  44.