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