Magnification problems of Java Apps under Windows 10 Magnification problems of Java Apps under Windows 10 windows windows

Magnification problems of Java Apps under Windows 10


Most common solution (try google) is disable DPI awareness. You can do this by running your app with:

-Dsun.java2d.dpiaware=false

Note that, here is bug for Java 8 :( See this ticket.