I'm using the NetBeans 6.8 Swing GUI. I want to display multiple lines of text using text/word wrapping. I created a jTextArea and everything is working fine except for one thing. My TextArea background is the same color as my panel (intentionally). When I remove the border from the TextArea, it still leaves a very thing blue outline of the TextArea that I can't seem to get rid of.
Does anyone know how to remove the outline? It's not the border property.

