improved ui, added panel to add new city and zone

parts of displaying cities fromdb
This commit is contained in:
2019-11-15 11:23:51 +01:00
parent cfddff4d8d
commit 36caaa214b
12 changed files with 186 additions and 207 deletions

View File

@@ -21,7 +21,7 @@ public class main {
}));
Thread mythread = new Thread(() -> new Webserver().startserver());
//mythread.start();
mythread.start();
Log.message("thread started");