All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pixelduke.window.ThemeWindowManagerFactory Maven / Gradle / Ivy

There is a newer version: 1.6.0
Show newest version
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