1 | The test applet for the Quadrilateral class is essentially the same as the test applet for the Triangle class |
2 | It first instantiates two Quadrilateral objects in the init() method |
3 | In the paint(...) method, the applet then draws one Quadrilateral and fills the other |