Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Update JLabel Immediately

807600Nov 16 2007 — edited Nov 17 2007
Hi there,

I am trying to update my JLabel immediately. I am processing files in a for loop and updating the JLabel as the loop iterates. The problem is that the label in my GUI does not update immediately, but only when the program has finished doing everything else. Is there a way to update the label/panel immediately?

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 15 2007
Added on Nov 16 2007
6 comments
561 views