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: The program loads all fonts, add 25% to the progress bar, etc. Good luck.
--- Update ---
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: The program loads all fonts, add 25% to the progress bar, etc. Good luck.