Change log
- Linux: Fixed scaling if
GDK_SCALE
environment variable is set or if running
on JetBrains Runtime. (issue #69) - Tree: Fixed repainting wide selection on focus gained/lost.
- ComboBox: No longer ignore
JComboBox.prototypeDisplayValue
when computing
popup width. (issue #80) - Support changing default font used for all components with automatic scaling
UI if using larger font. UseUIManager.put( "defaultFont", myFont );
- No longer use system property
sun.java2d.uiScale
. (Java 8 only) - Support specifying custom scale factor in system property
flatlaf.uiScale
also for Java 9 and later. - Demo: Support using own FlatLaf themes (
.properties
files) that are located
in working directory of Demo application. Shown in the "Themes" list under
category "Current Directory".