This repository has been archived on 2026-05-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
ProjetGenieLogicielLoto/src/main/java/module-info.java

7 lines
No EOL
142 B
Java

module fr.myny.gui {
requires javafx.controls;
requires javafx.fxml;
opens fr.myny.gui to javafx.fxml;
exports fr.myny.gui;
}