Moving Objects
This assignment we are to modify an applet that currenlty has the shapes,
moving about the applet and replace those shapes with images. This program
involves creating a class mImage to extend the rectangle.java class. mImage
is the child of the mRectangle class. mPoint is the parent class with mTriangle,
mRectangle and mOval children of that class.
by Lawrence R. Schiller