mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] Remove javafx.swing module
This commit is contained in:
parent
4278f3fa21
commit
a02965bf8d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue