Update GUI while waiting on network result
- From: carlg@xxxxxxxxxxxxxxxx
- Date: 20 Dec 2006 13:47:09 -0800
How do I force my JLabel to display on the screen when I set it's
contents before some business, like for example some JMS communication
over a slow network?
myLabel.setText("Now commencing network communication...");
myJMSTask.go();
-Carl Gundel, author of Liberty BASIC
http://www.libertybasic.com
.
- Follow-Ups:
- Re: Update GUI while waiting on network result
- From: Andrew Thompson
- Re: Update GUI while waiting on network result
- Prev by Date: Re: Setting table row height according the renderer component
- Next by Date: Re: Update GUI while waiting on network result
- Previous by thread: Dynamically change SpringLayout constraints
- Next by thread: Re: Update GUI while waiting on network result
- Index(es):
Relevant Pages
|