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