Files
openide/plugins/javaFX/testData/rename/handler_after.fxml
Roman Shevchenko 73979e7fa7 Testdata fixed
2013-03-27 16:10:54 +01:00

9 lines
259 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<AnchorPane id="AnchorPane" xmlns:fx="http://javafx.com/fxml"
fx:controller="Handler">
<Button onAction="#newHandlerName"
</AnchorPane>