Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-3572

Align SwingBuilder.doOutside() with SwingBuilder.edt()

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.6.3, 1.7-beta-1
    • 1.6.4, 1.7-beta-1
    • Swing
    • None

    Description

      Following the discussion on http://www.nabble.com/SwingBuilder.doOutside%7B-%7D-to23700345.html

      Swingbuilder.doOutside() will create a new thread always, it should be smart enough to spawn a new thread only when the current one is the EDT.
      SwingBuilder.edt() has a similar mechanism to avoid calling SwingUtilities.invokeAndWait() inside the EDT (a big no-no).

      Attachments

        Activity

          People

            aalmiray Andres Almiray
            aalmiray Andres Almiray
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: