Re: JTextArea append method doesn't always append
- From: Roedy Green <see_website@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 26 Jul 2007 13:02:26 GMT
But it would catch up eventually, wouldn't itNot necessarily. If you keep it busy in a sleep or doing some
computation, it will never be free to do service the GUI.
If you have anything substantial to do is a GUI computewise that won't
be done in a tenth of as second or so, spin it off on its own thread.
It then must communicate with the GUI components with invokeLater.
see http://mindprod.com/jgloss/swingthreads.html
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.
- 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: Modifying JTree node text before editing
- Next by Date: Re: java applet to application refrshing screen
- Previous by thread: Re: JTextArea append method doesn't always append
- Next by thread: Re: JTextArea append method doesn't always append
- Index(es):
Relevant Pages
|
|