blob: a4fc85b8606bb5435144a081262971abbd13cdcb [file] [log] [blame]
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.GridPane?>
<GridPane xmlns:fx="http://javafx.com/fxml" fx:controller="Controller">
<Button onAction="#sayHelloWorld"/>
</GridPane>