Solved

Write the Paint Method for an Applet So That It

Question 64

Essay

Write the paint method for an applet so that it contains 4 concentric circles (each circle is inside the previous circle), where the largest circle is bounded by a 400x400 box and the smallest is bounded by a 100x100 box. Each circle is centered on an applet that is 400x400. Make each circle a different color of your choice.

Correct Answer:

verifed

Verified

public void paint(Graphics page)
{
page....

View Answer

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions