Possible Duplicate:
Highlighting Strings in JavaFX TextArea
I am developing a javafx user interface. I have to underline/colorize part of text in a textarea panel (javafx.scene.control.TextArea).
It's simple to select part of text as string. But I don't know how to colorize and/or underline this part.