|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
BinaryClock | Make a binary clock. |
BinaryClockApplet | Run a BinaryClock in an applet. |
Bit | GUI representation of a binary digit. |
A Java™ implementation of a "binary" clock. This all started when I saw a physical binary clock. It has six columns by four rows of blue LEDs. Underneath it says Discovery Channel™. I found out that it is available from their web site.
At first, I had no idea what it was. The lights were flashing on and off in some kind of pattern. Then the fellow who owned the device told me it was a clock. Immediately, it made sense - a binary clock.
I decided to program it in Java™
and this is the result.
The
BinaryClock
class
is the main starting point for the application,
while the
BinaryClockApplet
class
is the starting point for the applet.
Bit
- provides a GUI representation of one bit (zero or one) of data.
This class could be re-used in other contexts, I suppose.
My intention, is that this code be "open source". Any comments, questions, etc. should be directed to me, Peter Loeb.
|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |