Graphic Java

As the student might expect, Java also provides a drawArc method. It takes the same parameters as does the fillArc method and so there's really nothing new to learn in order to use it.
EXAMPLE: The student will create an applet like the one shown here. This activity provides the student with practice using the drawArc method.
x

ASSIGNMENT:
Recreate the applet shown above using the drawArc method.