GrimaceClock applet allows you to display a digital clock using Java.
Parameters available:
FORE
This optional parameter lets you />
Parameters available:
FORE
This optional parameter lets you change color of text. ParamValue must be color in one of two formats: as hexadecimal number (#RRGGBB) or list of 3 decimal numbers, delimited by spaces, commas or semicolons (for example, ‘255, 128;;;0′ is valid value).
BACK
This optional parameter lets you change color of background. ParamValue must be color in one of two formats (see about FORE parameter).
SHAD
This optional parameter lets you change color of digit’s shade zones. ParamValue must be color in one of two formats (see about FORE parameter).
MODE
This optional parameter lets you change style of digits. This is number of 3 digits: "DLS". "D" is style of dark zones of digit (0 - fill, 1 - "empty"). "L" is style of light zones (0 - fill, 1 - "empty"). And "S" is style of digits. Now 4 values defined: ‘0′ - straight digits (default), ‘1′ - italic, and ‘2′ and ‘3′ - broken.
COUNTMODE
If this parameter is set to "1", time over your page will turn back.
HIGH, LOW
You can get simple 3D effects by these 2 parameters (they are independent). HIGH defines color of up-left side of light zones. LOW defines color of down-right side of dark zones of digits.
Download from: Homepage