Border « JTextArea « Java Swing Q&A





1. java.awt.TextArea without border    coderanch.com

2. Disabling JTextArea border    coderanch.com

3. Borders for my JTextAreas :o    coderanch.com

4. Suppressing borders on a TextArea    coderanch.com

Thanks for the reply. We had been hoping to avoid Swing components because we are still trying to target Java2 without the swing extension. So can I infer from your post that it is not possible to supress borders on AWT TextAreas? If so, I can look for another solution. Thanks again.