moved FX app to client dir

This commit is contained in:
FrancescoPedretti
2026-04-13 15:09:10 +02:00
parent 9e8b0475fd
commit f79b511843
10 changed files with 9 additions and 806 deletions

View File

@@ -8,11 +8,12 @@ module org.example.mesosll07 {
requires org.apache.logging.log4j;
opens org.example.mesosll07 to javafx.fxml;
exports org.example.mesosll07;
exports Server;
opens Server to javafx.fxml;
exports Server.Cards;
opens Server.Cards to javafx.fxml;
exports Server.Automaton;
opens Server.Automaton to javafx.fxml;
exports client;
opens client to javafx.fxml;
}