Files
openide/plugins/javaFX/testData/rename/controllerStringProperty_after.fxml

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>