I remember, not too long ago, somebody post a link on how to specify the global rendering hints to use anti-alias in java.
Unfortunately I can't find the question.
How can I specify the rendering hint to use anti-alias in swing?
|
I remember, not too long ago, somebody post a link on how to specify the global rendering hints to use anti-alias in java. Unfortunately I can't find the question. How can I specify the rendering hint to use anti-alias in swing?
| ||||
feedback
|
|
For a single Graphics2D:
Call that on the For global settings:
EDIT By oreyes: The first one did it!!!
vs.
| |||||||||||||||
feedback
|