Unfortunately that doesn't work! But I solved the problem with a little trick...
I used a heavyweight AWT Frame instead of the Swing JFrame, and I filled it with 2 AWT label. I used a lot of "*****......" to simulate a JProgressBar. I increment their number during loading, to make the Frame look dinamic.
This "Heavy Loading Frame" works good. But there's something strange.... I also tried to realize a JProgressBar with an AWT Canvas (heavyweight too).
In that case I got no update again adI can't understand why.....
It works with Labels.......Why not with Canvas (or Graphics update, in general)?!?!?!?



