Writing a Java applet with moving objects

In this assignment, you are to extend the moving object examples shown in class, using the moving objects applet shown on Wednesday night.

Copy the example mObjApplet.java, including the classes mPoint.java, mRectangle.java, mOval.java, and mTriangle.java from the link above.

  1. First, you are to either write a new child class to add to the collection of moving objects, or extend the existing classes by choosing one of the following:
  2. Write an applet similar mObjApplet.java that uses two or more instances or the class that you wrote in part 1 above. Make sure that it tests the various features of the class. For mImage, have the applet sometimes change the size of the image. For mString, be sure to have different strings. For the classes with the fill variable, change whether the objects are filled or not.

  3.  
What to put on your homework page for submission of the assignment:

Submit your assignment by linking the description of your problem and program as described in the homework guidelines and also links to the applet itself and the Java source code.