Event dispatching thread: Difference between revisions

Content deleted Content added
Invalid SSL certificate, not necessary anyway since site doesn't request any sensitive user information
Rentar (talk | contribs)
m External links: fix broken external links to Swing Tutorials
Line 34:
* {{Javadoc:SE-guide|swing|Swing API documentation}}
* {{Javadoc:SE-guide|awt|AWT API documentation}}
* [http://javadownload.sunoracle.com/docs/booksjavase/tutorial/uiswing/miscconcurrency/threadsdispatch.html#EDT The Event-Dispatching Thread]
* [http://javadownload.sunoracle.com/docs/booksjavase/tutorial/uiswing/miscconcurrency/threadsworker.html#SwingWorker SwingWorker] description from the Swing tutorial
* [http://tech.stolsvik.com/2009/03/awt-swing-event-pumping-and-targeting.html AWT/Swing event handling] article about event pumping, dispatch and processing, and the EDT
* [http://foxtrot.sourceforge.net/ Foxtrot project home page]