Possible Duplicate:
Highlighting strings in JavaFX TextArea
TextArea text = new TextArea();
text.setText("select from");
now i want to set the different colors for those two words in the text area how to do that can any one help me?
now i want to set the different colors for those two words in the text area how to do that can any one help me? |
||||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Rich Text Support in controls will be provided by JavaFX8 - http://javafx-jira.kenai.com/browse/RT-23077. Here is the CSS properties that are available for TextInputControl-http://docs.oracle.com/javafx/2/api/javafx/scene/doc-files/cssref.html#textinputcontrol The possible workarounds are:-
|
|||
|
|