.fxthemes.1.0.0.source-code.module-info 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.
module com.pixelduke.fxthemes {
requires transitive javafx.graphics;
requires transitive javafx.controls;
requires com.sun.jna;
requires com.sun.jna.platform;
exports com.pixelduke.window;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy