Hi!
Can anyone could give an idea about how I can make a ProgressPanel in a Java Application?...
The idea is basically to call a Frame with a progress bar and wait until the operation is done. However, I got some few problems, I suppose that a Thread must be used.
Any suggestion?
Thx