Read Me
Describe how the paint method works.
Paint method is a part of java.awt class which paint interface defines how color patterns can be gernerated.
What do you think the "if" statement is doing in the paint method?
if statement allows you to have more than one statment (such as two) in one method.
How does the figure,x,y,width and height variables relate to the paint method and where are they being set?
X, Y, Width, and Height are the dimantions of the graph which defiens the variables in the computefigure class.
How do the ButtonHandler and MouseHandler classes relate to ComputeFigure class?
it helps you to find the X, Y values and painting. for that reason they are belong to The ComputeFigure class.