Files
openide/plugins/javaFX/testData/quickfix/createControllerMethodEmptyName.fxml
Daniil Ovchinnikov 40a99caac6 fix SIOOBE (EA-116377)
2018-02-28 17:05:35 +03:00

6 lines
219 B
XML

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