blob: e1b752eca61d7a27946284b3baacf1da21c3146a [file] [log] [blame]
<?import javafx.scene.control.Label?>
<?import javafx.scene.layout.GridPane?>
<GridPane xmlns:fx="http://javafx.com/fxml">
<Label text="foo" textFill="blue"/>
</GridPane>