JList update freezes display but not JFrame setTitle
问题 If I update a JList with a long number of html formatted items then the controls stop responding and indicators won't update. This makes sense, the event thread is busy. The title can still be set though. Why is this? Here's some (long) code demonstrating this: import java.awt.*; import java.awt.event.*; import java.lang.reflect.InvocationTargetException; import java.util.Timer; import java.util.TimerTask; import javax.swing.*; public class JListTest extends JFrame { class TestListModel