View Single Post
  #1 (permalink)  
Old 05-11-2008, 10:04 AM
rameshraj rameshraj is offline
Member
 
Join Date: Dec 2007
Posts: 38
rameshraj is on a distinguished road
Threads and Swing!
I have to work in threads and swing.
I have a class that has some frame components like textarea,textfield and so on.When the button from the frame is clicked, a new working thread is created which reads the input from the InputStream.Now I want to display the read data to the textarea of the frame.How can I do this any idea?I have tried but the message is only printed on the standard output and not displayed on the textarea.
Reply With Quote
Sponsored Links