Class WindowsLibrary
- java.lang.Object
-
- com.github.weisj.darklaf.platform.AbstractLibrary
-
- com.github.weisj.darklaf.platform.windows.WindowsLibrary
-
public class WindowsLibrary extends com.github.weisj.darklaf.platform.AbstractLibrary
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWindowsLibrary()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanLoad()static WindowsLibraryget()protected StringgetPath()StringgetX64Path()StringgetX86Path()
-
-
-
Method Detail
-
get
public static WindowsLibrary get()
-
getX86Path
public String getX86Path()
-
getX64Path
public String getX64Path()
-
getPath
protected String getPath()
- Overrides:
getPathin classcom.github.weisj.darklaf.platform.AbstractLibrary
-
canLoad
protected boolean canLoad()
- Specified by:
canLoadin classcom.github.weisj.darklaf.platform.AbstractLibrary
-
-