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