Using swingworker to update a JProgressBar during download
问题 QUESTION SOLVED!!!!!! Many thanks to trashgod and HoverCraftFullOfEels! I finally got the concept by using the below example and altering it slightly. The alteration allows scaling the progress bar (by default is 100 units). Again, THANK YOU for your patience and willingness to work through this. Means a lot guys, ~Kyte ps - +1's all 'round :) /** @see http://stackoverflow.com/questions/4637215 */ public class Threading_01 extends JFrame { private static final String s = "0.00"; private