I recommend the following page: JProgressBar (Java Platform SE 7 )
If you wish to update the JProgressBar, you should try "progressBarName.setValue(Number);" every time you finish a task. Example:...