Ve vlákně message dispatcher

Pomocí metody SwingUtilities.invokeAndWait nebo SwingUtilities.invokeLater - podobně, jako když vytváříme vlákna. Kterou kdy?

I want to update a Swing component but I’m not in a callback (!!!) If I want the update to happen immediately (perhaps for a progress bar component) then I’d use invokeAndWait. If I don’t care when the update occurs, I’d use invokeLater. (from Interview Helper)