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

7 lines
226 B
XML

<?import javafx.scene.control.*?>
<?import javafx.scene.layout.GridPane?>
<GridPane xmlns:fx="http://javafx.com/fxml">
<Label fx:id="myLabel">
<GridPane.columnIndex>1</GridPane.columnIndex>
</Label>
</GridPane>