You are getting a Circle...
Based on your codes:
and from shapemaker
Your constructor for a Circle requires a radius parameter; your default is 0 and no other value is passed; I contend you ARE drawing a circle, though one of radius = 0, at coords (0,0)....
User Profile
Collapse
-
As to your other issues, only Classes should be capitalized; for the sake of future debugging efforts, change your variables [like Radius to 'radius'] to lower-case, so in-code references do not imply it is a reference to a static Class.Leave a comment:
-
it's the Circle Class
The warning is coming from your line five (5): the class Circle has no designation [i.e. public, private, etc];
Make it public and warning will disappear.Leave a comment:
No activity results to display
Show More
Leave a comment: