Files
openide/plugins/javaFX/testData/completion/primitiveProperties_after.fxml
2013-03-21 19:34:29 +01:00

8 lines
225 B
XML

<?import javafx.scene.layout.GridPane?>
<?import javafx.geometry.Insets?>
<GridPane xmlns:fx="http://javafx.com/fxml" alignment="center" hgap="10" vgap="10">
<padding>
<Insets top=""/>
</padding>
</GridPane>