Unresponsive « Thread « Java Swing Q&A





1. Unresponsive threading involving Swing and AWT-EventQueue    stackoverflow.com

I have an application that is unresponsive and seems to be in a deadlock or something like a deadlock. See the two threads below. Notice that the My-Thread@101c thread ...

2. Why is my GUI unresponsive while a SwingWorker thread runs?    stackoverflow.com

I have a SwingWorker thread with an IOBound task which is totally locking up the interface while it runs. Swapping out the normal workload for a counter loop has the same ...

3. java GUI unresponsive for several seconds    stackoverflow.com

we have a java client/server application, of which the GUI regularly (every half hour) becomes unresponsive for 2 to 10 seconds in average. clicks on different buttons do only take effect ...

4. Prevent Swing GUI from becoming unresponsive when invoking a method which is both accessing Swing components and is time-consuming    stackoverflow.com

The following line:

SwingUtilities.updateComponentTreeUI(aComponent);
is making my GUI unresponsive. When invoking this method to update the laf on a large portion of a GUI, it takes a lot of time, and so makes the ...

5. SwingWorker thread not close even the task is finished?    stackoverflow.com

I have a swingworker in my java project. I use netbean "profiler" to monitor the thread. I don't know why the swingworker thread still exist in the monitor of the profiler in NetBeans ...

6. GUI unresponsive even though thread used    forums.oracle.com