mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
7 lines
290 B
XML
7 lines
290 B
XML
<?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> |