FlatTestFrame: fixed exception when using FlatPropertiesLaf and changing scale factor, which re-sets the current Laf

This commit is contained in:
Karl Tauber
2020-11-18 18:45:13 +01:00
parent 06cab0d4b5
commit 59879f493e
2 changed files with 19 additions and 3 deletions

View File

@@ -88,6 +88,10 @@ public class FlatPropertiesLaf
return dark;
}
public Properties getProperties() {
return properties;
}
@Override
protected ArrayList<Class<?>> getLafClassesForDefaultsLoading() {
ArrayList<Class<?>> lafClasses = new ArrayList<>();