`Android Studio` on JDK 1.7u07;
`Android Studio` on JDK1.7u40;
It is negligible, isn't it???
Of course it is not a big issue but having eyes on the screen for long hours will be definitely yelling; "There is something....!!!". So I decided to dig into the problem and found out, that is because JDK 1.7 support issue.AWT/ Swing under the JDK 1.7(as before 1.7u40) had an issue with HiDPI displays. HiDPI (High Dots Per Inch) also known as Apple's "Retina Display" marketing name, which are screens with a high resolution in a relatively small format[1].
So What is the Solution???
According to this change log it is been fixed on JDK1.7u40. HiDPI or retina support is available on [2];
- Java 6
- Java 7u40ea or greater
- Java 8
Have a Happy Coding Day !!!
Links
[1] https://wiki.archlinux.org/index.php/HiDPI
[2] http://stackoverflow.com/questions/15181079/apple-retina-display-support-in-java-jdk-1-7-for-awt-swing
Blogger Comment
Facebook Comment