Send « JTextArea « Java Swing Q&A





1. How to send text from JTextArea to some email, using Java    stackoverflow.com

I have GUI window for users to write their feedback, comments, etc. in JTextArea component. What I want to do is for user send this text they typed via email when they ...

2. Sending messages to a swing JTextArea from different places    stackoverflow.com

I have a JTextArea always visible in my main app window (a Log if you like), and I want to use it to display activity going on in the system (like ...

3. Sending output to JTextArea    coderanch.com

5. Sending output to a JTextArea    forums.oracle.com

and i my code as it is doesnt work. But if you remove all the extra classes (output, outputPanel) and run it straight to system.out.print it does exactly what its sapposed to. Its the fact that i'm getting confused on how to send the data from the thread method run to the JTextArea.