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

8 lines
177 B
XML

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