GUI app freezing completely
- From: Karsten Wutzke <kwutzke@xxxxxx>
- Date: Tue, 29 Apr 2008 11:40:36 -0700 (PDT)
Hello all!
I have an application running where the user can set some look and
feels. On a few, when doing a click on a certain menu item the whole
app freezes completely.
The command behind that menu is executed fully (I debugged it), but
after it returns back into the calling code from the event dispatcher,
the window *freezes completely*. It must have something to do with the
look and feels, some simpler ones don't show the described behavior.
When issuing that command, I can only hear my hard disk doing
something shortly, then everything is frozen. I can't even close the
frame anymore. Repainting is gone.
Does anyone know how to debug something like that?
Karsten
PS: The action performed is simply sending a maybe 15 or 20 byte
string over a socket... there are no exceptions that occurr, no
unexecuted code...
.
- Follow-Ups:
- Re: GUI app freezing completely
- From: Philipp
- Re: GUI app freezing completely
- From: Chase Preuninger
- Re: GUI app freezing completely
- From: Leonard Milcin
- Re: GUI app freezing completely
- Prev by Date: Re: Declaring members for Interfaces
- Next by Date: Re: AspectJ: solution to Java's repetitiveness?
- Previous by thread: Pascal2C convertor for windows enviourment
- Next by thread: Re: GUI app freezing completely
- Index(es):
Relevant Pages
|