Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.6.3, 1.7-beta-1
-
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).