Content deleted Content added
R. S. Shaw (talk | contribs) m +cleanup |
m Changing {{cleanup}} to {{cleanup-date|June 2005}} |
||
Line 1:
{{cleanup-date|June 2005}}
AWT toolkit in Java uses a single-threaded painting model, in which all screen updates must be performed from a single thread (even in multithreaded applications). Event Dispatch Thread is a background thread used to process events from the AWT event queue, and is the only valid thread to update visual components on the screen. Updating visual components from other threads is the source of most common errors in Swing.
|