Feb. 14
Examples from Feb. 16
Circle.java: This is a simple, non-graphical Circle class. It constructs circles and prints out their radius and area.
Circle.java and Point.java: This is a better implementation of the Circle program. A Point class is created and given basic funcitonality, and then Circles are defined with integer radii and Point centers.