mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-06 01:06:54 +07:00
8 lines
186 B
XML
8 lines
186 B
XML
<?import javafx.scene.layout.GridPane?>
|
|
|
|
<GridPane xmlns:fx="http://javafx.com/fxml" fx:id="foo">
|
|
<rowConstraints>
|
|
<fx:reference source="<caret>"/>
|
|
</rowConstraints>
|
|
</GridPane>
|