Pointer




* Please Note: An Internet Connection Must Be Established To Run Applet *

Applet Name: Pointer
Applet Source: Pointer.java
Import(s): java.awt, java.awt.image, java.lang, java.util
Feature(s): text, image, animation
Author: Thomas Wendt

Usage Guide:

Parameters (default):
msg=String Message to display (New!)
speed=int animation speed, unit 1/msec . The sign sets the direction of the triangles to move (100)
fgco=int[3] Foreground (triangle) color as RGB value (gray)
txtco=int[3] Text color as RGB value (blue)
bgco=int[3] Background color as RGB value (yellow)
creat=int[3] Date of creation: Y, M, D; if not set, no slowdown, fading
exp=int[3] Date to expire: Y, M, D; if not set, no slowdown, fading, expiration

Example:

<applet code="pointer.class" width=110 height=14 align=top> 
<param name=msg value="Enhanced">
<param name=speed value="-100">
<param name=creat value="96,1,4">
<param name=exp value="96,2,4">
<param name=expco value="0,191,255">
</applet>


Return to index.