Event Dispatching Thread

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:

    Even a minor event in the life of a child is an event of that child’s world and thus a world event.
    Gaston Bachelard (1884–1962)

    It may be the more
    That no line of her writing have I,
    Nor a thread of her hair,
    No mark of her late time as dame in her dwelling, whereby
    I may picture her there.
    Thomas Hardy (1840–1928)