Files
openide/plugins/javaFX/testData/inspections/eventHandler/quickfixSuper.fxml

6 lines
207 B
XML

<?import javafx.scene.control.Label?>
<?import javafx.scene.layout.GridPane?>
<GridPane xmlns:fx="http://javafx.com/fxml" fx:controller="QuickfixSuper">
<Label onMouseClicked="#cl<caret>ick"/>
</GridPane>