mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-07 22:40:53 +03:00
added FlatLaf.isDark()
This commit is contained in:
@@ -21,6 +21,8 @@ import com.formdev.flatlaf.FlatLaf;
|
||||
/**
|
||||
* A Flat LaF that has a test color scheme.
|
||||
*
|
||||
* The UI defaults are loaded from FlatTestLaf.properties and FlatLaf.properties
|
||||
*
|
||||
* Used to develop Flat LaF.
|
||||
*
|
||||
* @author Karl Tauber
|
||||
@@ -37,4 +39,9 @@ public class FlatTestLaf
|
||||
public String getDescription() {
|
||||
return "Flat Test Look and Feel";
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isDark() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user