mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
6 lines
184 B
XML
6 lines
184 B
XML
<?import javafx.scene.control.Label?>
|
|
<?import javafx.layout.*?>
|
|
<GridPane xmlns:fx="http://javafx.com/fxml">
|
|
<Label fx:id="lb"/>
|
|
<fx:reference source="l<caret>b"/>
|
|
</GridPane> |