Closed onebenclark closed 6 years ago
To work around this, keep dpi at 100%
A workaround to swing not scaling is to take the resolution of the screen and just setting the size of objects to whatever percentage you want. A problem I encountered with this is the font doesn't scale with the size so you will have to manually set every element to this size.
I read somewhere that the Swing scaling issues will be fixed with Java 9. I cannot find it now though.
Some of our windows aren't being scaled properly on hi res screens. We need to modify these so that they are displayed properly.