Thanks Nate!
I'll test the code out and put a reply back in. The values in the model are from 1 to 10 and are float values. So, I'm multiplying them by 10 ( e.g. 6.3 becomes 63) and having the progress bar have a range of 0 - 100.
I don't have to display a series of progression - just one value (like a percentage value showing how much some task had been completed at a point in time). I read that if you process some code in a loop, then only the last value will be shown in the swing control because of the event control/thread implemention. That would work fine for me since I have to display only one value, but it just wouldn't update the display at all.
Anyway, I'll try out what you wrote. Again, thanks a lot!
