mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 06:57:13 -06:00
FlatSVGIcon: added missing javadoc and updated CHANGELOG.md
This commit is contained in:
@@ -479,6 +479,13 @@ public class FlatSVGIcon
|
||||
|
||||
private static Boolean darkLaf;
|
||||
|
||||
/**
|
||||
* Checks whether the current look and feel is dark.
|
||||
* <p>
|
||||
* Uses {@link FlatLaf#isLafDark()} and caches the result.
|
||||
*
|
||||
* @since 1.2
|
||||
*/
|
||||
public static boolean isDarkLaf() {
|
||||
if( darkLaf == null ) {
|
||||
lafChanged();
|
||||
|
||||
Reference in New Issue
Block a user