Originally Posted by
Fubarable
I can't answer for the differences between Java's rendering of these graphics in different OS environments, but have you considered setting your rendering hints to turn on anti-aliasing in order to get rid of the "jaggies"?
Any idea what method I should be calling to do that? I looked in java.awt.Graphics and can't see anything.
Also (to all) apart from using an image (which would be cheating) is there anything else in the normal Java API for drawing these curves?