Designing Classes
Text as pdf
Due Date: Wednesday January 22nd, 10:00 pm.
To draw the images on the Canvas
, start your program with the
following lines:
import draw.*;
import colors.*;
import geometry.*;>
See the documentation for the draw teachpack to see how to
create a new instance of a Canvas
and how to draw shapes
on the Canvas
.