How to enable retina mode on Mac OS X for Java apps

試著忘記壹切 提交于 2020-01-03 07:09:42

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!