()
| 10 | |
| 11 | public class Main extends Application { |
| 12 | public Main() { |
| 13 | } |
| 14 | |
| 15 | public void start(Stage primaryStage) throws Exception { |
| 16 | Parent root = (Parent)FXMLLoader.load(ResourceUtil.getResource("fxml/Main.fxml")); |
nothing calls this directly
no outgoing calls
no test coverage detected