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