Senior Project with teammates Phillip Benjamin and Kyle Bess
Add javafx-sdk-16 to libraries (can be found directly here or here), specify JavaSE-15 as the project. Add the following command to VM under build configuration: "--module-path C:\your\javafx\path\javafx-sdk-16/lib --add-modules=javafx.controls,javafx.fxml"
As an example: "C:\Users\Terrence\Documents\javafx-sdk-16/lib --add-modules=javafx.controls,javafx.fxml"
Rebuild the project, and it should run. If you run into any problems, please contact me.