Re: JTextArea append method doesn't always append
- From: tar@xxxxxxxxxxxxx (Thomas A. Russ)
- Date: 31 Jul 2007 11:59:49 -0700
Lee Graba <leegraba@xxxxxxxx> writes:
Also, when log messages
don't show up in the JTextArea, it isn't always the last one. Sometimes
one is missing, but a later log message does show up. It seems to be
dropping some of the messages that are appended.
This sounds like it might be a threading issue, despite the fact that
append is supposed to be thread safe.
Do the "dropped" messages ever appear later, out of order?
Do they appear as expected if you also write them, say to System.out?
--
Thomas A. Russ, USC/Information Sciences Institute
.
- References:
- JTextArea append method doesn't always append
- From: Lee Graba
- Re: JTextArea append method doesn't always append
- From: Roedy Green
- Re: JTextArea append method doesn't always append
- From: Lee Graba
- JTextArea append method doesn't always append
- Prev by Date: VisAD vs PtPlot
- Previous by thread: Re: JTextArea append method doesn't always append
- Next by thread: java applet to application refrshing screen
- Index(es):