Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    8
    Views
    3,080

    [SOLVED] Re: Worker threads in Swing

    I don't know if or how to access those threads.
  2. Replies
    8
    Views
    3,080

    [SOLVED] Re: Worker threads in Swing

    Read the API doc for the Thread class and its setDaemon() method.
  3. Replies
    8
    Views
    3,080

    [SOLVED] Re: Worker threads in Swing

    It executed the doInBackground() when I added this after the execute()

    Thread.sleep(150); //<<<<<<<<<< let above execute
  4. Replies
    8
    Views
    3,080

    [SOLVED] Re: Worker threads in Swing

    Can you make a small program that compiles, executes and shows what happened?
Results 1 to 4 of 4