I need to display a multiline, read-only text - which control can be used for that? It should only display the text, like a Label does, however Label does not support multil
If the text has \n (newline) characters in it, then the label will place wrap to a new line wherever the newline character is.
It not works when you set text from FXML file as well as from visual FXML editor.