I\'m trying to run a Java application with -Dsun.java2d.dpiaware=false argument but nothing happens.
-Dsun.java2d.dpiaware=false
I expect to have a blurred UI but with normal size
try running the vm with -Dsun.java2d.uiScale=1, it fixed my swing/vtk app
-Dsun.java2d.uiScale=1