UIScale introduced

This commit is contained in:
Karl Tauber
2019-08-20 16:15:56 +02:00
parent f2f4a451ac
commit 1a164a8715
5 changed files with 230 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ public class FlatComponentsTest
JOptionPane.showMessageDialog( null,
new FlatComponentsTest(),
"FlatComponentsTest",
"FlatComponentsTest (Java " + System.getProperty( "java.version" ) + ")",
JOptionPane.PLAIN_MESSAGE );
}