I was reading this answer where you talk about using EDT to manipulate swing components, but there it is suggested to use one of the two methods quoted to" dispatch "the interface to EDT. >
There is a difference between using SwingUtilities.invokeLater(Runnable)
or EventQueue.invokeLater(Runnable)
? Is there a situation where it is better to use one or the other?