Update JLabel Immediately
807600Nov 16 2007 — edited Nov 17 2007Hi 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