blob: 6b3f50f8b3cf8fab06ced2c4c6a822ed8912f524 [file] [log] [blame]
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.control.Button?>
<?import MyGridPane?>
<MyGridPane xmlns:fx="http://javafx.com/fxml" alignment="center" hgap="10" vgap="10">
<GridPane.columnIndex>1</GridPane.columnIndex>
<Button GridPane.columnIndex="0"/>
</MyGridPane>