mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-29 01:40:07 +07:00
6 lines
209 B
XML
6 lines
209 B
XML
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.layout.VBox?>
|
|
<VBox fx:controller="ControllerStringProperty"
|
|
xmlns:fx="http://javafx.com/fxml">
|
|
<Label text="${controller.newName}"/>
|
|
</VBox> |