If you have access to the source, you can do this in the main method:
// enable anti-aliased text:
System.setProperty("awt.useSystemAAFontSettings","on");
or, (and if you do not have access to the source, or if this is easier) you can simply pass the system properties above into the jvm by adding these options to the command line:
-Dawt.useSystemAAFontSettings=on
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…