>I am using JTextArea to write the status of several URL's, there are
> about 100 of them. I am writting the output to the JTextArea and
[quoted text clipped - 8 lines]
> JTextArea like is done with System.out.println or are there any
> inherent flush methods for a JTextArea?
I would bet that you're writing the results to your text area within the
EDT. It's busy doing your work instead of updating the screen. Put your
job into a thread and post updates back to the EDT.
Cheers,
Matt Humphrey matth@ivizNOSPAM.com http://www.iviz.com/
trpost@gmail.com - 21 Jul 2006 23:54 GMT
Thanks... Logically this makes sense, but I have not done much with
threads... I may need to read up a bit, but if you could provide a
quick example or reference, I would appreciate it.
> >I am using JTextArea to write the status of several URL's, there are
> > about 100 of them. I am writting the output to the JTextArea and
[quoted text clipped - 15 lines]
> Cheers,
> Matt Humphrey matth@ivizNOSPAM.com http://www.iviz.com/
Roland de Ruiter - 22 Jul 2006 11:02 GMT
> Thanks... Logically this makes sense, but I have not done much with
> threads... I may need to read up a bit, but if you could provide a
> quick example or reference, I would appreciate it.
<http://java.sun.com/docs/books/tutorial/uiswing/misc/threads.html>

Signature
Regards,
Roland
> I am using JTextArea to write the status of several URL's, there are
> about 100 of them. I am writting the output to the JTextArea and
[quoted text clipped - 10 lines]
>
> Thanks
Show us some actual code. I've done a lot of what you describe and
never had too much delay. It will never be as fast as System.out.

Signature
Knute Johnson
email s/nospam/knute/