Files
openide/plugins/javaFX/testData/quickfix/createMethod.fxml

5 lines
204 B
XML

<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.control.Button?>
<GridPane xmlns:fx="http://javafx.com/fxml" fx:controller="CreateMethod">
<Button onAction="#onActi<caret>on"/>
</GridPane>