Files
openide/plugins/javaFX/testData/intentions/expandAttr/defaultAttr.fxml

5 lines
166 B
XML

<?import javafx.scene.control.*?>
<?import javafx.scene.layout.GridPane?>
<GridPane xmlns:fx="http://javafx.com/fxml">
<Label fx:i<caret>d="myLabel"/>
</GridPane>