xml - Javafx fxml file TextArea line break and tab in text -
How to edit
text to `code> textArea ` .fxml file Like I can use the line break and tab . Textarea is predefined and can not be edited.
Images
FXML file
View
If you want to use text directly, You can use:
& lt; TextArea prefHeight = "200.0" prefWidth = "200.0" text = "$ {'multi \ n line \ tTab'}" / & gt; If you want to use in Visual Builder, you can go to multi-line mode.
Switch to the multi-line mode Doing will include Visual Builder:
& # 10; \ N & amp; # 9; For \ t
Comments
Post a Comment