How To Enable Anti-Aliased Globally Since JDK 5 Nov 25, 2008 • Jay I just read “Swing Hacks” and find it is that easy to enable anti-aliased since JDK 5. Just add a one-line code listed below at the very beginning of your whole application System.setProperty("swing.aatext", "true"); That’s all