Class MacOSDecorationsUtil
- java.lang.Object
-
- com.github.weisj.darklaf.platform.macos.ui.MacOSDecorationsUtil
-
public class MacOSDecorationsUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description MacOSDecorationsUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static com.github.weisj.darklaf.platform.macos.ui.DecorationInformationinstallDecorations(JRootPane rootPane, boolean useColoredTitleBar)protected static voiduninstallDecorations(com.github.weisj.darklaf.platform.macos.ui.DecorationInformation information)
-
-
-
Method Detail
-
installDecorations
protected static com.github.weisj.darklaf.platform.macos.ui.DecorationInformation installDecorations(JRootPane rootPane, boolean useColoredTitleBar)
-
uninstallDecorations
protected static void uninstallDecorations(com.github.weisj.darklaf.platform.macos.ui.DecorationInformation information)
-
-