logo Practice-It logo

Face

Language/Type: Java DrawingPanel Graphics parameters
Author: Marty Stepp (on 2011/10/17)

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

Java DrawingPanel close maximize minimize
expected output
 
  • window size: 220 x 150 px
  • overall face circle: 100 px in diameter; top-left corner at (10, 30)
  • eyes: blue circles, 20 px in diameter; top-left at (30, 60) and (70, 60)
  • mouth: red line from (40, 100) to (80, 100)

(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.)

Type your solution here:


This problem asks for a complete program. Write a complete Java program as a class with a main method. (You do not need to write any import statements.)

You must log in before you can solve this problem.


Log In

If you do not understand how to solve a problem or why your solution doesn't work, please contact your TA or instructor.
If something seems wrong with the site (errors, slow performance, incorrect problems/tests, etc.), please

Is there a problem? Contact a site administrator.