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

7 lines
216 B
XML

<?import javafx.scene.control.*?>
<?import javafx.scene.layout.GridPane?>
<GridPane xmlns:fx="http://javafx.com/fxml">
<Button onAction="#sayHelloWorld">
<disable>false</disable>
</Button>
</GridPane>