Hi,
I want to create a typewrite/typing java app. I want to change the color of a text to be different, whenever the user types the wrong character in a JTextArea. For example, if the user was supposed to type "My Book" and s/he types "My Bok", I want the letter "k" to be displayed in red.
Any helpful input is greatly appreciated.
Thanks.