animated Laf changing added to flatlaf-extras, used in Demo

This commit is contained in:
Karl Tauber
2020-07-22 12:56:42 +02:00
parent 797830ff96
commit 2ffd5437a9
9 changed files with 208 additions and 1 deletions

View File

@@ -73,6 +73,9 @@ public class FlatTestFrame
System.setProperty( FlatSystemProperties.UI_SCALE, scaleFactor );
}
// disable animated Laf change
System.setProperty( "flatlaf.animatedLafChange", "false" );
// set look and feel
DemoPrefs.initLaf( args );