To create crossed circles in Java  
Author Message
henryh





PostPosted: 2005-9-19 5:08:00 Top

java-programmer, To create crossed circles in Java Hello

I need to create 3 crossed circles in Java, i like doing the circles in
the window, but i don't know to cross, they must appear in the window
like a chain.

Thanks for your collaboration.

 
Roedy Green





PostPosted: 2005-9-19 6:54:00 Top

java-programmer >> To create crossed circles in Java On 18 Sep 2005 14:07:47 -0700, "henryh" <email***@***.com> wrote
or quoted :

>I need to create 3 crossed circles in Java, i like doing the circles in
>the window, but i don't know to cross, they must appear in the window
>like a chain.

See http://mindprod.com/jgloss/paint.html

You would use Graphics.drawOval or possibly fillOval. A circle is a
flavour of oval.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.