Java: Is it possible to disable Windows DPI scaling from within java? -
windows scaling messing ui on javafx app. there way within java let windows know specific app should not scaled? thanks
i haven't tried javafx yet, that's recurrent issue can influenced program (exe) properties. try selecting editor (netbeans.exe or eclipse.exe), selecting properties, , switching compatibility tab. on tab should see option labeled "disable display scaling on high dpi settings".
if do, select it, run program, , see if works. if does, means after compile program rest of world, ensure launcher has said scaling disabled before distributing. slick2d, , swing, have had similar issues.
it should possible change program properties internally nio.2; don't know enough of details off top of head.
let me know if works.
Comments
Post a Comment