Re: UI updating issue when several windows are open
- From: Roedy Green <my_email_is_posted_on_my_website@xxxxxxxxxxxxxx>
- Date: Wed, 12 Oct 2005 21:09:30 GMT
On Wed, 12 Oct 2005 01:06:11 +0200, Casper <casper@xxxxxx> wrote or
quoted :
>For some reason though, I do not see any reaction to my first message,
>prior to the call. It is as though Java/Swing is not interested in
>repainting the control (JLabel). Of course I am doing the connection in
>a dedicated worker thead, so it is not due to a blocking issue.
read http://mindprod.com/jgloss/swingthreads.html
It is more subtle than that.
one other thought. How is the priority of your thread compared with
the Swing thread? Maybe you are just starving the EDT thread of cpu
cycles.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.
.
- Prev by Date: Re: How to keep a Swing Window (frame) on top of all other windows
- Next by Date: Re: Regarding JTree
- Previous by thread: Re: UI updating issue when several windows are open
- Index(es):
Relevant Pages
|