blob: b10f088fbc386a3c4bc4e4a2ff8c08e16bc93a73 [file] [log] [blame]
<?import javafx.scene.layout.GridPane?>
<?import java.lang.String?>
<?import javafx.collections.FXCollections?>
<GridPane xmlns:fx="http://javafx.com/fxml" fx:controller="sample.Controller">
<fx:define>
<FXCollections fx:factory="<caret>">
<String fx:value="A"/>
</FXCollections>
</fx:define>
</GridPane>