Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 379
Konstantin Solomatov Avatar asked Aug 18 '12 08:08

Konstantin Solomatov


2 Answers

Fixed in jdk 7u40ea. Download from here https://jdk7.java.net/download.html

like image 91
Konstantin Bulenkov Avatar answered Oct 23 '22 10:10

Konstantin Bulenkov


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

like image 32
Matt Avatar answered Oct 23 '22 10:10

Matt