11.07.2015 Views

Intro to Android

Intro to Android

Intro to Android

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Threads in Swing Swing programs have multiple threads:● Init thread (main() setup before GUI)● Event dispatch thread (interacts w/GUI)● Any worker threads you create Only the event dispatch thread shouldaccess the GUI (change widget text, etc.)● Worker threads have <strong>to</strong> ask the event dispatchthread <strong>to</strong> update the GUI How do worker threads communicate <strong>to</strong> theevent dispatch thread?CMPT166: SwingWorker; <strong>Android</strong> 17 Mar 20113

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!