blob: 877364ced9ff8f8aa95679ecc5d2843a51fcb497 [file] [log] [blame]
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.GridPane?>
<GridPane xmlns:fx="http://javafx.com/fxml">
<Label fx:id="myLabel">
<GridPane.columnIndex>1</GridPane.columnIndex>
</Label>
</GridPane>