mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-03-30 04:31:04 +02:00
fix Typo and add in JavaFX as requirement
This commit is contained in:
@@ -6212,7 +6212,7 @@ public class Kst4ContestApplication extends Application implements StatusUpdateL
|
|||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
settingsStage = new Stage();
|
settingsStage = new Stage();
|
||||||
settingsStage.setTitle("Change Client seetings");
|
settingsStage.setTitle("Change Client Settings");
|
||||||
|
|
||||||
BorderPane optionsPanel = new BorderPane();
|
BorderPane optionsPanel = new BorderPane();
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
module praktiKST {
|
module praktiKST {
|
||||||
requires javafx.controls;
|
requires javafx.controls;
|
||||||
|
requires javafx.fxml;
|
||||||
|
requires javafx.web;
|
||||||
requires jdk.xml.dom;
|
requires jdk.xml.dom;
|
||||||
requires java.sql;
|
requires java.sql;
|
||||||
requires javafx.media;
|
requires javafx.media;
|
||||||
|
|||||||
Reference in New Issue
Block a user