Run main method in Main.java file.
Add CSS stylesheets Add Key bindings for shortcuts Add Next Button Support to move btw cards
Using Vs code update the "vmArgs": "--module-path --add-modules=javafx.controls,javafx.fxml"
If you change the package name, update the fully qualified name of the main class using the revised package name eg: main.Main
keep this as this one, not Launch Main "name": "Launch App"
Make sure you point to the correct starting point fxml file getResource("main.fxml"));
inside the Java Projects in VS Code, attach referenced libraries and select all the JAR files of the JavaFx. This will include them in your project. Another way is to add them to the lib folder of the project as well.