| Author |
EventQueue
|
Harsh Chiki
Greenhorn
Joined: Jul 11, 2011
Posts: 1
|
|
i saw somewhere that in GUI design, having
is a good practise,why??....but i am unable to visualize what exactly happens...how does it handle asynchronous events??...can somebody please give me an example where if i dont use EventQueue, and the problems caused by it.....
|
 |
Darryl Burke
Bartender
Joined: May 03, 2008
Posts: 4165
|
|
|
http://download.oracle.com/javase/tutorial/uiswing/concurrency/index.html
|
luck, db
There are no new questions, but there may be new answers.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32675
|
|
Welcome to the Ranch
Please always indent your posted code correctly in code tags; I have tried not quite successfully to correct your indentation. that is because you are using tabs; you should always use spaces for indentation.
|
 |
 |
|
|
subject: EventQueue
|
|
|