Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    1,303

    Re: Could someone explain this to me?

    Does the task that the progress bar represents take long enough for incremental displays to be made?

    Did you read the API doc for the SwingWorker class?
  2. Replies
    6
    Views
    1,303

    Re: Could someone explain this to me?

    If the code is executing on the EDT, then nothing will be updated until the jvm gets control of the EDT. Read the API doc for the SwingWorker class.
Results 1 to 2 of 2