DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Disable Antialiasing On NetBeans Mac OSX
Edit the file NetBeans.app/Contents/Ressources/NetBeans/etc/netbeans.conf
netbeans_default_options="-J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-XX:MaxPermSize=200m -J-Xverify:none -J-Dapple.laf.useScreenMenuBar=true -J-Dsun.java2d.noddraw=true -J-Dswing.aatext=false -Dawt.useSystemAAFontSettings=false"
<a href="http://www.ab-d.fr/">Source: </a><a href="http://www.ab-d.fr/date/2009-08-11/">Comment désactiver l'anti-aliasing des polices sur NetBeans Mac OS X</a>






Comments
Snippets Manager replied on Tue, 2010/11/23 - 9:29pm