ucsb-cs56-projects / cs56-utilities-binary-clock

-
1 stars 5 forks source link

Separate Display from Config #50

Closed xavierholt closed 6 years ago

xavierholt commented 7 years ago

Right now, the code that makes the binary clock work is spread over both BinaryClock and TimePanel. Clean this up:

Your end goal is to have a BinaryClock that you can stick into any window and have it Just Work. And if you want to add other clock faces, this organization will make it way easier to do.

200 XP