High Resolution Scaling Issues
Problem
I encounter scaling detection issues in a high resolution display (for example, some GUI components are too small).
Cause
This sometimes happens when using multiple displays with different resolutions because the application cannot detect the correct scaling setting.
Solution
Windows with Java 8 - You can use the com.oxygenxml.hidpi.scaling custom system property to force a
specific scaling setting. For example:
-Dcom.oxygenxml.hidpi.scaling=1.5 for 150% scaling.Note: Starting with version 25.0, Oxygen XML Editor no longer
officially supports Java 8. The minimum officially supported version is now
Java/OpenJDK 11.
Windows/Linux/MacOS with OpenJDK 11 or later - You can use the
sun.java2d.uiScale Java system property to instruct Java to use a
particular scaling
factor:-Dsun.java2d.uiScale=1.5