Create a TextArea and set the text to long Asian characters, and set wrap text. The text is wrapped at spaces first, then wrapped when the long text reaches the width of TextArea. But this is not suitable for Asian languages. Usually, it's only wrapped when the text reaches the width of TextArea.
Attached snapshot for comparison of FX TextArea and Swing JTextArea. Swing JTextArea meets the habits.
Attached snapshot for comparison of FX TextArea and Swing JTextArea. Swing JTextArea meets the habits.