Added a map to show where other stn are // refactored message adding to tables for performance, max 30.000 msg now

This commit is contained in:
Marc Froehlich
2026-06-22 20:15:34 +02:00
parent 3160f9558d
commit bf6f04c910
52 changed files with 15153 additions and 60 deletions
+5 -1
View File
@@ -5,10 +5,14 @@ module praktiKST {
requires jdk.xml.dom;
requires java.sql;
requires javafx.media;
requires java.logging;
requires jdk.jsobject;
requires java.net.http;
requires java.desktop;
exports kst4contest.controller.interfaces;
exports kst4contest.controller;
exports kst4contest.locatorUtils;
exports kst4contest.model;
exports kst4contest.view;
opens kst4contest.view.map to javafx.web;
}