Java Clock 1.00Here’s version 1.00 of a simple clock I’ve written in Java.OK, so it could do with some work. |
Java Clock 1.01Here’s version 1.01. It can be set to any size using its html tag.And it now has a Windows 95 style border. Here’s the source code. To remove the jitter I’ve overriden the update() method and used double buffering as explained at the Sun site. |
Return to Michael’s Home Page