Files

6 lines
210 B
XML

<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.control.Button?>
<GridPane xmlns:fx="http://javafx.com/fxml" fx:controller="CreateControllerMethod">
<Button onAction="#b<caret>ar"/>
</GridPane>