changed some code for better compatibility with IntelliJ
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package workshop;
|
||||
|
||||
import javafx.application.Application;
|
||||
|
||||
public class Launcher {
|
||||
public static void main(String[] args) {
|
||||
// TODO: Launch the JavaFX application by calling Application.launch(Main.class)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user