Executor « Thread « Java Swing Q&A





1. "Single LIFO Executor" / SwingWorker    stackoverflow.com

Consider a Swing application with a JList or JTable, when the selection changes a SwingWorker is started and loads related data from database and updates UI. This works fine and the ...

2. Can't get ArrayIndexOutOfBoundsException from Future and SwingWorker if thread starts Executor    stackoverflow.com

I play with multitreading for SwingWorker by using Executor, and I'm there by mistake identified wrong elements from the Vector, looks like as this code pretty ignores that element in Vector ...