JTextArea?
I'm not sure what to use. I want a JTextArea sort of thing, but I do not want the user to be able to go into that area and edit things. My application has buttons and text boxes and stuff that have listeners that change the appropriate information in the TextArea, and I do NOT want to allow the user to directly edit what is inside the textarea. Should I be using something besides a JTextArea?
I am aware that I never have to set the text, but I dont even want to allow the user to have a cursor inside the text area.
thanks.

