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

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -