Select Git revision
module-info.java
Forked from
COUETOUX Basile / FirefighterStarter
96 commits ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
module-info.java 206 B
module firefighter {
requires javafx.controls;
requires javafx.fxml;
requires javafx.graphics;
requires java.sql;
opens controller to javafx.fxml;
exports app;
opens app to javafx.fxml;
}