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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user