Hi. I have a JTextArea for people to input text.
I have a default line in the JTextArea "Enter your text here!", however, what I want to do is to have this text highlighted so when the user clicks on to it all they have to do to get rid of the text is type a single character.
Is this possible (with simple coding)? I have not been able to find anything on the API.
Many thanks!

