I built the master branch of ScenicView using JDK 21 and started it from IntelliJ. In another IntelliJ window I start my JavaFX 21 app. The detection fails and I see the following errors in the ...
The javafx.application.Application class provides a framework for managing a JavaFX application. This application must include a class that extends Application, overriding various methods that the ...