Homework #4
- P5.6. Supply a class BullsEye with a method void
draw(Graphics2D g2). Use the class BullsEyeComponent that draws
two bull's eyes. Use this test program: ExP5_6.java

- P5.8. Supply a class House with a method void
draw(Graphics2D g2). Supply a class HouseComponent that draws
two houses, which in turn is displayed in this test program: ExP5_8.java

- P5.14. Supply a class OlympicRingComponent with a
paintComponent method that draws five colored rings, usin this
class Ring.java and this test program ExP5_14.java

- Project 5.1. Supply a class Clock with a method void draw(Graphics2D
g2) that draws a clock with the hands at the current time, a class
ClockComponent with a paintComponent method, and a
test program Project5_1.java that displays the clock component. (If you
don't know how to draw the current time, then draw the hands at
3:00.)

Submit a zip file hw4_xyzw with the files
- BullsEye.java
- House.java
- HouseComponent.java
- OlympicRingComponent.java
- Clock.java
- ClockComponent.java
- Project5_1.java