blob: 189d04b5d6fdf530fbc7652ddc749fc9c64aea0b [file] [log] [blame]
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.control.Button?>
<GridPane xmlns:fx="http://javafx.com/fxml">
<Button GridPane.columnIndex="<caret>"/>
</GridPane>