Friday, August 03, 2007

Event Dispatching Thread (EDT)

The background thread used to process events from the AWT event queue. These events are primarily update events that cause UI components to redraw themselves, or input events from devices such as the mouse or keyboard.

http://java.sun.com/docs/books/tutorial/uiswing/concurrency/index.html

No comments: