Highlighting Text in JTextArea
I am making a typing test program, and need to highlight/bold the current word the user is on. I have the passage tokenized, and I know which word they are on, but I am not sure how to bold/highlight a specific range of characters in a JTextArea.Thanks in advance,Mike