FlatTestFrame: added scale factor combobox (Java 8 only)

This commit is contained in:
Karl Tauber
2019-10-03 14:26:03 +02:00
parent 86577c5fef
commit 23d448d4fc
3 changed files with 127 additions and 13 deletions

View File

@@ -66,7 +66,7 @@ public class UIScale
private static Boolean jreHiDPI;
private static boolean isJreHiDPIEnabled() {
public static boolean isJreHiDPIEnabled() {
if( jreHiDPI != null )
return jreHiDPI;