[FIX] Remove javafx.swing module

This commit is contained in:
Gravita 2023-10-19 16:19:25 +07:00
parent 4278f3fa21
commit a02965bf8d

View file

@ -98,7 +98,7 @@ public static void main(String[] arguments) throws IOException, InterruptedExcep
context.jvmModules.add("javafx.graphics");
context.jvmModules.add("javafx.fxml");
context.jvmModules.add("javafx.controls");
context.jvmModules.add("javafx.swing");
//context.jvmModules.add("javafx.swing");
context.jvmModules.add("javafx.media");
context.jvmModules.add("javafx.web");
context.args.add(MAGIC_ARG);