John Caron wrote:

>are you setting anti-aliasing on your GraphicsContext?
>
>    g.setRenderingHint(RenderingHints.KEY_ANTIALIASING,
>RenderingHints.VALUE_ANTIALIAS_ON);

I've just tried that and it doesn't seem to make any difference to the shape
of the circles.

Note that setRenderingHint is a method on Graphics2D, not Graphics.  Since
I want the applet to work in Java 1.0 and 1.1 browsers it would be necessary
to code around this.

Ron

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to