I have a JavaFX 11 Maven-based project that I created in Netbeans 11.3. Everything was working fine (building and running the project). Last night, after restarting Netbeans, I can no longer run the project. When I attempt to run it, I am presented with the "Select Main Class for Execution" dialog, which informs me that "No main classes found", with no way to specify one.
I do have a proper main class.
If I edit the project Run settings, and try to browse for the main class, I get the same message: "No Main Classes Found".
I am at a loss on how to resolve this.
When I set up this project I did follow the JavaFX 11 getting started steps for Netbeans, Modular project, with Maven, here: https://openjfx.io/openjfx-docs/