Re: GUI app freezing completely
- From: Chase Preuninger <chasepreuninger@xxxxxxxxx>
- Date: Tue, 29 Apr 2008 18:18:06 -0700 (PDT)
Well code that put for example in the actionPerformed method of
ActionListener will not be executed in a separate thread from the GUI,
so if you have a huge process going in that method it will
block(disable) your GUI until that method returns. Try using a
separate thread.
.
- References:
- GUI app freezing completely
- From: Karsten Wutzke
- GUI app freezing completely
- Prev by Date: Socket Won't Connect
- Next by Date: i cant think of a way to do that ?
- Previous by thread: Re: GUI app freezing completely
- Next by thread: Re: GUI app freezing completely
- Index(es):