Site hosted by Angelfire.com: Build your free website today!

AnalogClock

clock.jpg

Here now!

AnalogClock extends JPanel and has two constructors
AnalogClock(int minuteHandLength)
AnalogClock(int minuteHandLength, Image face)
AnalogClock.java
Here is an example calling program.
Don't use Toolkit to get the Image, it won't work.
Instead use the ImageIO class like I did.
example