Java Swing - running on EDT
问题 I have a couple of questions with regards to Swing and using EDT for GUI updates. I just started reading on this stuff so I am a full beginner in this area: Which operations are required to run on the EDT? If they don't, is simply an Exception raised? Are there any specific times when we actually are on the EDT automatically? If we schedule a task using SwingUtilities.invokeLater we enqueue it to the current queue of GUI update tasks (the EDT) right? Accesses to the above queue I guess are