Search:

Type: Posts; User: copeg

Search: Search took 0.30 seconds.

  1. Thread: Thread to EDT

    by copeg
    Replies
    3
    Views
    4,138

    Re: Thread to EDT

    Not sure if there still is a problem or if what I posted above helps. But here is a link to one of the more thorough articles related to threading and Swing: Threads and Swing
  2. Thread: Thread to EDT

    by copeg
    Replies
    3
    Views
    4,138

    Re: Thread to EDT

    Swing already has its own EDT. Dispatching another Runnable to be executed on this thread that is an infinite loop (your second example) will lock of the EDT and hence anything that needs to be run...
Results 1 to 2 of 2