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

recher.ScreenSwitcher.0.1.source-code.module-info Maven / Gradle / Ivy

Go to download

An abstract structure for JavaFX based applications for handling dialogs and switching between them.

There is a newer version: 0.2.4
Show newest version
module bayern.steinbrecher.ScreenSwitcher {
    exports bayern.steinbrecher.screens;

    requires bayern.steinbrecher.GenericWizard;
    requires java.logging;
    requires javafx.controls;
    requires javafx.fxml;
    requires org.jetbrains.annotations;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy