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