メニューの File → Save をクリックすると FXMLが保存されます。 保存されたFXML(FxTest.fxml) <?xml version="1.0" encoding="UTF-8"?> <?import java.lang.*?> <?import javafx.scene.control.*?> <?import javafx.scene.layout.*?> <?import javafx.scene.layout.BorderPane?> <BorderPane xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.nobotta.FxTestController"> <center> <AnchorPane prefHeight="300.