Files
openide/plugins/javaFX/testData/quickfix/createControllerMethod.fxml
2013-01-30 14:00:32 +04:00

6 lines
210 B
XML

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