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)

[301 byte] By [maple_shafta] at [2007-11-26 21:03:31]
# 1
Ellipse2DBTW, you should really read the API, because there are links to all known implementing classes.Message was edited by: Ruly-o_O
Ruly-o_Oa at 2007-7-10 2:36:04 > top of Java-index,Java Essentials,Java Programming...
# 2

> 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

prometheuzza at 2007-7-10 2:36:04 > top of Java-index,Java Essentials,Java Programming...
# 3
> 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!
maple_shafta at 2007-7-10 2:36:05 > top of Java-index,Java Essentials,Java Programming...