com.pixelduke.window.ThemeWindowManager 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 interface ThemeWindowManager {
void setDarkModeForWindowFrame(Window window, boolean darkMode);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy