Practice-It! logo

ShowDesign

Added by: Marty Stepp on 2010/10/03
Keywords: graphics, parameters

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

Java DrawingPanel close maximize minimize
expected output
 

The window is 200 pixels wide and 200 pixels tall. The background is white and the foreground is black. There are 20 pixels between each of the four rectangles, and the rectangles are concentric (their centers are at the same point). Use a loop to draw the repeated rectangles.

(You don't need to include any import statements at the top of your program. This class will be re-used in the next problem, so you may want to save it to a temporary file before moving on.)

You must log in before you can solve this problem.

user
Log In


indent Re-indent

If you do not understand how to solve a problem or why your solution code doesn't work, please contact your TA or instructor.

If something seems wrong with the Practice-It system itself (errors, slow performance, incorrect problem descriptions/tests, etc.), please contact us.


Is there a problem?
Contact a Practice-It administrator.