Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.08 seconds.

  1. [SOLVED] Re: How to get Progress updates from multiple threads...

    There's really no magic. Just call a method that updates the progress. You will probably have to worry about thread safety, but for a first stab, simply calling a method that updates the count should...
  2. [SOLVED] Re: How to get Progress updates from multiple threads...

    Recommended reading: How to Use Progress Bars (The Java™ Tutorials > Creating a GUI With JFC/Swing > Using Swing Components)
Results 1 to 2 of 2