P
Paul Thomas
Hi all,
I am having trouble with Java EventQueues. I am working on a software
that does some transactions. I have a swing based GUI. Some of the
elements in the GUI (drop down boxes and buttons) have listeners.
This is the problem that I am having. After each transaction ( which
involves pulling down a drop down menu and clicking a button) two
AWT-EventQueue Threads are being created. These threads are not
exiting. I analyzed to program using Borland OptimizeIt. Two threads
are getting created per transaction (as expected). They are active
during the duration of a transaction. But after the transaction ends
these threads are not exiting. ( But they are idle). So after 20
transaction I am left with 40 unwanted idle threads.
Anybody got any clue what is going on.
If you could mail me back any suggestions to (e-mail address removed) I
would really appreciate it.
Thank you very much for your time,
Paul Thomas
I am having trouble with Java EventQueues. I am working on a software
that does some transactions. I have a swing based GUI. Some of the
elements in the GUI (drop down boxes and buttons) have listeners.
This is the problem that I am having. After each transaction ( which
involves pulling down a drop down menu and clicking a button) two
AWT-EventQueue Threads are being created. These threads are not
exiting. I analyzed to program using Borland OptimizeIt. Two threads
are getting created per transaction (as expected). They are active
during the duration of a transaction. But after the transaction ends
these threads are not exiting. ( But they are idle). So after 20
transaction I am left with 40 unwanted idle threads.
Anybody got any clue what is going on.
If you could mail me back any suggestions to (e-mail address removed) I
would really appreciate it.
Thank you very much for your time,
Paul Thomas