logo CodeStepByStep logo

Squares

Write a program in a class named Squares that uses the DrawingPanel to draw the following figure:

Java DrawingPanel close maximize minimize
expected output
 

The drawing panel is 300 pixels wide by 200 pixels high. Its background is cyan. The horizontal and vertical lines are drawn in red and the diagonal line is drawn in black. The upper-left corner of the diagonal line is at (50,50). Successive horizontal and vertical lines are spaced 20 pixels apart. The diagonal line is drawn on top of the horizontal and vertical lines.

(The next two problems are modified versions of this program, so you can use the code you write here as a starting point for those problems.)

Class: Write a complete C# class.

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? Contact your TA or instructor.

If something seems wrong with our site, please

Is there a problem? Contact us.