com.pixelduke.window.ThemeWindowManagerFactory 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;
public abstract class ThemeWindowManagerFactory {
public static ThemeWindowManager create() {
//System.getProperty("os.name");
// Check which operating system we're running and return appropriate FXWindowManager
return new Win11ThemeWindowManager();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy