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

recher.Wizard.1.58.source-code.module-info Maven / Gradle / Ivy

Go to download

Contains a library to create dynamic and branching JavaFX wizards in an abstract way. Comes with a predefined collection of typical wizard pages.

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