mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
6 lines
217 B
XML
6 lines
217 B
XML
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.layout.VBox?>
|
|
<VBox fx:controller="PropertyRenameHandlerPresent"
|
|
xmlns:fx="http://javafx.com/fxml">
|
|
<Label text="${controller.tex<caret>t}"/>
|
|
</VBox> |