mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
9 lines
375 B
XML
9 lines
375 B
XML
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.layout.GridPane?>
|
|
<?import javafx.scene.layout.HBox?>
|
|
<GridPane fx:controller="FxIdUsedInSameNode"
|
|
xmlns:fx="http://javafx.com/fxml" alignment="center" hgap="10" vgap="10">
|
|
<HBox fx:id="navigationPane" id="navigationPane" managed="${navigationPane.visible}">
|
|
<Label text="Hi"/>
|
|
</HBox>
|
|
</GridPane> |