Files
openide/plugins/javaFX/testData/importing/simpleImport_after.fxml
2013-01-25 12:36:02 +04:00

9 lines
209 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.control.Button?>
<GridPane xmlns:fx="http://javafx.com/fxml">
<children>
<Button/>
</children>
</GridPane>