问题
I want to draw in full OSX Retina resolution in Java Swing application during debugging from IDE. How can I do this? When I run an app from an IDE, it looks blurry.
回答1:
Fixed in jdk 7u40ea. Download from here https://jdk7.java.net/download.html
回答2:
I had the same issue running Netbeans on a Retina MacBook Pro. Key is that JDK 7 does not support Retina and you have to downgrade to JDK 6.
Description and solution here: https://netbeans.org/bugzilla/show_bug.cgi?id=215141#c66
回答3:
If it is just about the IDE could you please let us know which IDE you are using.
For Eclipse https://bugs.eclipse.org/bugs/show_bug.cgi?id=382972
For IntelliJ IDEA http://youtrack.jetbrains.com/issue/IDEA-87500
来源:https://stackoverflow.com/questions/12017193/how-to-enable-retina-mode-on-mac-os-x-for-java-apps