Package se.datadosen.util
Class Platform
java.lang.Object
se.datadosen.util.Platform
public class Platform
extends java.lang.Object
This class is loaded early and should have no references to code within jalbum-core.jar
-
Constructor Summary
Constructors Constructor Description Platform()
-
Method Summary
Modifier and Type Method Description static boolean
isDarkLookAndFeel()
Deprecated.Use Laf.isDark()static boolean
isLinux()
static boolean
isMac()
static boolean
isWindows()
-
Constructor Details
-
Platform
public Platform()
-
-
Method Details
-
isMac
public static boolean isMac() -
isWindows
public static boolean isWindows() -
isLinux
public static boolean isLinux() -
isDarkLookAndFeel
public static boolean isDarkLookAndFeel()Deprecated.Use Laf.isDark()- Returns:
-