mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
6 lines
239 B
XML
6 lines
239 B
XML
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.layout.GridPane?>
|
|
<?import MyGridPane?>
|
|
<MyGridPane xmlns:fx="http://javafx.com/fxml" alignment="center" hgap="10" vgap="10">
|
|
<Button GridPane.columnIndex="0"/>
|
|
</MyGridPane> |