Progress Bar

This may be an easy problem to sort out, but I've run out of ideas.

I have a progress bar implemented, that runs a thread in a for loop. However i need the progress bar to increment on completion of various tasks and not time, as procesing times are vastly different on different machines.

Please help me!!!

[335 byte] By [penguin_noose] at [2007-9-26 2:52:45]
# 1
Check out javax.swing.ProgressMonitor. It's not the most intuitive class to use, but I think it will do what you are looking for. http://java.sun.com/j2se/1.3/docs/api/javax/swing/ProgressMonitor.html
ShagVT at 2007-6-29 10:41:01 > top of Java-index,Archived Forums,Java Programming...