recher.Wizard.1.58.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 Wizard Show documentation
Show all versions of Wizard Show documentation
Contains a library to create dynamic and branching JavaFX wizards in an abstract way.
Comes with a predefined collection of typical wizard pages.
module bayern.steinbrecher.GenericWizard {
requires bayern.steinbrecher.Utility;
requires com.google.common;
requires java.desktop;
requires java.logging;
requires javafx.controls;
requires javafx.fxml;
requires javafx.graphics;
requires org.jetbrains.annotations;
exports bayern.steinbrecher.wizard;
exports bayern.steinbrecher.wizard.pages;
opens bayern.steinbrecher.wizard to javafx.fxml;
opens bayern.steinbrecher.wizard.pages to javafx.fxml;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy