Question
The main activities of this program are to draw shapes using different kinds of Java drawing methods. Particularly, you are asked to draw a frosty
The main activities of this program are to draw shapes using different kinds of Java drawing methods. Particularly, you are asked to draw a frosty snowman. Use your imagination, but be sure that Frosty has the following snowman-like properties.
Requirements:
A tripartite body (3 ovals, possibly circles)
Rectangular buttons of some non-white color on the middle oval.
Branches for arms sticking out of the middle oval.
The top oval, the head, has the following properties:
Two eyes, some sort of oval
A carrot nose, drawn as a polygon
A red licorice mouth (drawn as an arc)
A hat on the head, drawn as a polygon
Draw a scarf with writing on it
Technical requirements are:
Use two classes pattern to do the job: name the application class TestSnowMan and name the work class SnowMan. Your implementation for this assignment must use JFrame.
Suggestion
Play around, and do what you want to as long as you meet the minimum requirements.
DO THE FOLLOWING
Draw a class diagram in the space below (your class diagram must match your code)
Paste your complete source code here (code needs to conform to Java coding convention (be consistent and indent appropriately)) (7 pts).
Do a screen capture of your output in the space below. It must contain the listed items below:
A tripartite body:
Rectangular buttons:
Arms:
Head:
Eyes:
Nose:
Mouth:
Hat:
A scarf with writing on it:
Answer:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started