Progress bar not updating
807598Aug 11 2006 — edited Aug 11 2006I have a Jframe with a progress bar init. I also have a different class with a for loop counting. each time the loop make an increment I do progressbar.setValue(what ever number now); but the problem is it would update until the very end of the loop. So really is 0% then when It done it jumps straight to 100%. how can I make it so that it will display each step. The frame.repaint() or update is not working.