Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Swing / AWT / SWT and the fly likes Cannot update GUI EDT issue Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Cannot update GUI EDT issue" Watch "Cannot update GUI EDT issue" New topic
Author

Cannot update GUI EDT issue

horri khaled
Ranch Hand

Joined: Mar 24, 2008
Posts: 36
Hi everyOne

My problem is like below:
I have a modal dialog box extends form JDialog, When the user fill field and clic on OK button I want
1- add a progress bar to indicate file uploading
2- add field to DB
I add this code to the Ok button but nothing happen


thanks in advance and any help is appreciated

Regards
Khaled


SCJP 5
horri khaled
Ranch Hand

Joined: Mar 24, 2008
Posts: 36
Any help please
horri khaled
Ranch Hand

Joined: Mar 24, 2008
Posts: 36
Some progress
Now I can display the progress bar and the background work go fine, but the progress bar not updated


 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Cannot update GUI EDT issue
 
Similar Threads
Applet Question.
Pulling out hair
Why the button doesn't appears in the Frame?
Why the button doesn't appear in th frame?
Why the button doesn't appear in th frame?