Tagged Questions
2
votes
2answers
1k views
How can I turn off anti-aliasing for one specific JLabel?
How can I turn off anti-aliasing for one specific JLabel? It uses a very small font which might look better without anti-aliasing.
If important, I'm using Java 1.5 on Mac OS X.
1
vote
1answer
472 views
Specify antialias property in the command line
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 ...