Practice-It! logo

MickeyBox

Added by: Marty Stepp
Keywords: graphics, parameters

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

Java DrawingPanel close maximize minimize
expected output
 

The window is 220 pixels wide and 150 pixels tall. The background is yellow. There are two blue ovals of size 40 x 40 pixels. They are 80 pixels apart, and the left oval is located at position (50, 25). There is a red square whose top two corners exactly intersect the centers of the two ovals. Lastly, there is a black horizontal line through the center of the square.

(You don't need to include any import statements at the top of your program.)

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.