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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
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 |
|||||
|
|
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 |
|||
|