Java Spring 2006 - HW2 FAQ

Click on a question to expand it (for the details).
Click on the question title again to hide the details.

+ Circles

Question:

The Circle output shown in the hw description doesn't look right


Answer:

It all depends on your interpretation of what the radius is. A radius of 2 could mean two stars, or it could mean a distance of two (in which case the middle row should have one star in the middle, with two stars on each side).

We don't really care which interpretation you choose, just make sure that your Circle object draws something close to a Circle, and that the bigger it is the closer to a circle it is. No shortcuts (rounded rectanges, etc)!