I have a string in a textbox and want only one of the words to be in bold. Is there a way to do that in code without appending the text? Sort of like how it would be done in xml/html... How about an underline, too?
Prefer not using xml or html for this - prefer to keep it a string in java code...
Thanks