com.pixelduke.window.MacThemeWindowManager Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fxthemes Show documentation
Show all versions of fxthemes Show documentation
This is a library that contains classes to help in theme development.
package com.pixelduke.window;
import javafx.stage.Window;
public class MacThemeWindowManager implements ThemeWindowManager {
@Override
public void setDarkModeForWindowFrame(Window window, boolean darkMode) {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy