Siemens Wall Clock Java Applet

Copyright 2003-2007 Stefan Oskamp

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


This is an animated Java applet that shows an analog wall clock.
The applet uses a photo of my Siemens wall clock.
The hands of the clock are drawn using Java 2D Graphics.


History:

1.8:

Fixed: Hands were not properly cleared before drawing them in the
new position, because of a bug in clearRect() in Java 1.4

Changed the default values of parameters.

Changed the default size from 512x512 to 128x128, in order to make
the JAR smaller.
