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
@@ -40,9 +40,11 @@ dependencies {
implementation('com.dlsc.formsfx:formsfx-core:11.6.0') {
exclude group: 'org.openjfx'
}
implementation 'org.postgresql:postgresql:42.7.3'
implementation('net.synedra:validatorfx:0.5.0') {
exclude group: 'org.openjfx'
}
implementation 'org.json:json:20231013'
implementation 'org.kordamp.ikonli:ikonli-javafx:12.3.1'
implementation 'org.kordamp.bootstrapfx:bootstrapfx-core:0.4.0'
implementation('eu.hansolo:tilesfx:21.0.3') {