The event dispatching thread (EDT) is a background thread used in Java to process events from the Abstract Window Toolkit (AWT) graphical user interface event queue. These events are primarily update events that cause user interface components to redraw themselves, or input events from input devices such as the mouse or keyboard. The AWT uses a single-threaded painting model in which all screen updates must be performed from a single thread. The event dispatching thread is the only valid thread to update the visual state of visible user interface components. Updating visible components from other threads is the source of many common bugs in Java programs that use Swing.
Read more about Event Dispatching Thread: Swing and Thread Safety, Executing Code in The EDT
Famous quotes containing the words event and/or thread:
“My father, whose way was to force every event in nature into an hypothesis, by which means never man crucified TRUTH at the rate he did.”
—Laurence Sterne (17131768)
“Tom Hyde, the tinker, standing on the gallows, was asked if he had anything to say. Tell the tailors, said he, to remember to make a knot in their thread before they take the first stitch. His companions prayer is forgotten.”
—Henry David Thoreau (18171862)