Applets
CLOCK
 
 
PRESENTATION
 

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.

 
EXAMPLES
 
 
The Analogical Clock
 

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.

 
 
The Digital Clock
 

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.

 
 
The Date
 

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.

 
 
SOURCE CODE
 

Here is the source code of the files needed for the applets.

 
DOWNLOADING
 

Click here to download the applets and their source code.