These Java applets display time and date information. There are three applets.
AnalogicalClock that animates an analogical clock representing the current local time;
DigitalClock that animates a digital clock (as in an LCD screen) representing the current local time;
Date that displays the current local date.
You can specify the size of the clock as well as its different colors (the background, the numbers, the needles...). An image can also be specified as the background of the applet.
You can specify the size of the clock as well as its different colors (the background and the digits) and the horizontal alignment (left, right or center) of the displayed text.
You can specify the size of the applet as well as its different colors (the background and the text) and the horizontal alignment (left, right or center) of the displayed text.
Here is the source code of the files needed for the applets.
Click here to download the applets and their source code.
|