Exception in Application start method
问题 I am trying to load the FXML file and show it as an application window, but i get an exception. The FXML file was created by the FXML Scene Builder. Sup.java file: package sup; import java.io.IOException; import javafx.application.Application; import javafx.fxml.FXMLLoader; import javafx.scene.Parent; import javafx.scene.Scene; public class Sup extends Application { @Override public void start(Stage primaryStage) throws IOException { Parent root = FXMLLoader.load(getClass().getResource(