mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
8 lines
251 B
XML
8 lines
251 B
XML
<?import javafx.scene.control.Label?>
|
|
<?import javafx.layout.*?>
|
|
<GridPane xmlns:fx="http://javafx.com/fxml" fx:controller="FromReference">
|
|
<fx:define>
|
|
<Label fx:id="lb"/>
|
|
</fx:define>
|
|
<fx:reference source="l<caret>b"/>
|
|
</GridPane> |