Files
openide/plugins/javaFX/testData/highlighting/staticPropertiesCustomLayout.fxml

7 lines
290 B
XML

<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.control.Button?>
<?import MyGridPane?>
<MyGridPane xmlns:fx="http://javafx.com/fxml" alignment="center" hgap="10" vgap="10">
<GridPane.columnIndex>1</GridPane.columnIndex>
<Button GridPane.columnIndex="0"/>
</MyGridPane>