Hello, guys, i'm new to this forum (:
Basically my situation is the following:
i wanna present a certain text on the screen, and every time i see a certain word (let's say 'cat', for this matter) i want it to be in bold. or underlined. or highlighted.
As far as i know i can't do it with a simple String variable.
I tried using a JtextArea and set it's font to a certain font, but the problem with that is the simple fact that this changes the *whole* text, and i only want some of it to be in bold.
any suggestions? thanks!

