mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-05 12:50:18 +07:00
7 lines
226 B
XML
7 lines
226 B
XML
<?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> |