blob: 8cd22a6b83909baabc5614953464bdb2f0a4188a [file] [log] [blame]
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.control.Button?>
<GridPane xmlns:fx="http://javafx.com/fxml" fx:controller="CreateFieldEmptyName">
<Button fx:id="<caret>"/>
</GridPane>