Search:

Type: Posts; User: evert67

Search: Search took 0.09 seconds.

  1. Re: Why should Swing GUI code be placed on the EDT?

    Do I also need to use the above code (explicitly put the Swing code on the EDT) if my entire program runs in one threat, i.e. my program never explicitly creates any threats?
  2. Re: Why should Swing GUI code be placed on the EDT?

    As I wrote in the other topic: are these forums somehow connected and, if so, is there a preferred place?
  3. Why should Swing GUI code be placed on the EDT?

    According to what I read, “when programming in Swing, your GUI creation code should be placed on the Event Dispatch Thread (EDT). This will prevent potential race conditions that could lead to...
Results 1 to 3 of 3