Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    3,121

    Re: Threads in Web Crawler

    You might have missed this. I added it after the first bit:
    Also you should use the SwingUtilities methods like invokeLater() when you are updating Swing components. That will put the updating code...
  2. Replies
    5
    Views
    3,121

    Re: Threads in Web Crawler

    That sounds like you are using the Swing EDT thread and not letting Swing handle the GUI on that thread. All your threads should be in the background, leaving the GUI thread to Swing.

    Also you...
Results 1 to 2 of 2