Hi everyone,
I'd like to write a small application to basically read in some text from a file, display it in a GUI (I've done this using a textpane), and then change the font color of certain words if they exist in the text (say from the default color to red) ... but I'm not sure how to go about the highlighting part.
Does anyone have any hints / suggestions on a good way to do this?
Thanks!