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

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>