Login and Register with UI

This commit is contained in:
2025-06-04 22:54:24 +03:30
parent 108a6d8b81
commit 86ca58481f
21 changed files with 1166 additions and 0 deletions
+2
View File
@@ -9,6 +9,8 @@ module org.to.telegramfinalproject {
requires org.kordamp.ikonli.javafx;
requires org.kordamp.bootstrapfx.core;
requires eu.hansolo.tilesfx;
requires org.json;
requires java.sql;
opens org.to.telegramfinalproject to javafx.fxml;
exports org.to.telegramfinalproject;
}