DigClk Revision History: Vers. Date Notes 1.00 02/28/96 1. Initial release. 2. No configuration options in this version. 3. Blue digits in a grey 3-D frame. Digits 16w x 21h Colon 9w x 21h Frame 122w x 29h 1.10 03/07/96 1. Added user selectable digit styles from six included image sets. Image sets contain two digit styles in each of blue, green and red digits. (Five of the sets are new, the other is the original set.) 2. Added version number to the class name to make it easy to see what version of the applet is running. 3. Identified import classes specifically. 4. Added useage examples and explanations comment block to the source code. This text was also added to the installation instructions. 5. Improved source code commenting. (Had to do this because when I started working on this new version, I couldn't immediately figure out why I wrote some of the code the way I did.) 1.20 07/14/96 1. Implemented class MediaTracker to keep track of the images and their status. Used to prevent painting until all of the images are loaded. 2. Added event handling to show status information or my copyright. 3. Improved source code commenting.