zward / Amua

An open source modeling framework
GNU General Public License v3.0
33 stars 11 forks source link

Font scaling #8

Closed chds718 closed 5 years ago

chds718 commented 5 years ago

There is an issue with the font scaling. The UI fonts get very tiny on modern hi-res monitors with dense DPI. Windows has "scaling" feature to address this, but it doesn't affect the Java app. Maybe there is a 3rd party solution for this, as I imagine other Java apps with UI have the same issue.

chds718 commented 5 years ago

https://superuser.com/questions/988379/how-do-i-run-java-apps-upscaled-on-a-high-dpi-display

chds718 commented 5 years ago

NOTE: I found an obvious workaround, which is adjusting my monitors resolution down from 3840x2160 to 2048x1152. At that level I can read the menus and tables OK. But still its something to consider fixing. There must be a Java solution for this---you shouldn't have to reinvent the wheel.

zward commented 5 years ago

This should be fixed for Java 1.9 and newer