Files
openide/plugins/javaFX/testData/completion/staticPropertiesEnumValue_after.fxml

9 lines
259 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.geometry.*?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.text.*?>
<GridPane xmlns:fx="http://javafx.com/fxml">
<HBox GridPane.hgrow="ALWAYS"/>
</GridPane>