mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 23:07:15 -06:00
FlatTestFrame: added scale factor combobox (Java 8 only)
This commit is contained in:
@@ -66,7 +66,7 @@ public class UIScale
|
||||
|
||||
private static Boolean jreHiDPI;
|
||||
|
||||
private static boolean isJreHiDPIEnabled() {
|
||||
public static boolean isJreHiDPIEnabled() {
|
||||
if( jreHiDPI != null )
|
||||
return jreHiDPI;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user