Swing, AWT-EventQueue locked

527 Views Asked by At

In my swing application the whole application is hanging when invoking click at one of the nodes (only one). I used jconsole to investigate the problem a little bit more and what I see when invoking this "hanging event" in AWT-EventQueue-1 occurs

locked java.awt.Component$AWTTreeLock@49f8e092

What can cause such behaviour? is it the reason why application doesn't response?

0

There are 0 best solutions below