Skip to content

Instantly share code, notes, and snippets.

@anderson-martins
Created August 16, 2012 21:09
Show Gist options
  • Save anderson-martins/3373688 to your computer and use it in GitHub Desktop.
Save anderson-martins/3373688 to your computer and use it in GitHub Desktop.
Concurrency
Careful use of concurrency is particularly important to the Swing programmer. A well-written Swing program uses concurrency to create a user interface that never "freezes" — the program is always responsive to user interaction, no matter what it's doing. To create a responsive program, the programmer must learn how the Swing framework employs threads.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment