mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 10:21:05 +07:00
6 lines
196 B
XML
6 lines
196 B
XML
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.layout.VBox?>
|
|
<VBox fx:controller="ControllerBare"
|
|
xmlns:fx="http://javafx.com/fxml">
|
|
<Label text="$contr<caret>oller"/>
|
|
</VBox> |