Question: Show me the steps to solveRead the documentation for the class OUPolygon available in the provided project oudoc folder, by opening index.html . Take note

Show me the steps to solveRead the documentation for the class OUPolygon available in the provided project oudoc folder, by opening index.html. Take note of the different constructors and methods provided. Also explore the java.awt Color class documentation.
Write a DrawingXX constructor that has no parameters. Add code to this constructor to initialise your OUPolygon fields, using the OUPolygon(String, Color) constructor, where the first argument is the name of the file containing the polygons coordinates.
For this step use Color.RED to create your initials and make polygons that mark spaces in the letters the same colour as the Canvas background, which is white.
Finally, make sure that your constructor makes your initials visible.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!