Anybody have a Circle class that I can use?
I have been looking for a Circle class online that implements the Shape interface provided in the Java API.
I am too lazy to develop it and was wondering if somebody else knew where one exists that they could point me to it...
(I know, there are no pointers in Java right? *chuckle)
> I have been looking for a Circle class online that
> implements the Shape interface provided in the Java
> API.
>
> I am too lazy to develop it and was wondering if
> somebody else knew where one exists that they could
> point me to it...
Yes, I have one.
However, I'm too lazy to post it here.
> (I know, there are no pointers in Java right?
> *chuckle)
NullPointerException
> Ellipse2D> > BTW, you should really read the API, because there> are links to all known implementing classes.> > Message was edited by: > Ruly-o_O****...I feel stupid now. ^_^Thanks!