Home Page
                >
                Creating a GUI With JFC/Swing
            
            
            Questions and Exercises: Concurrency in Swing
            
Questions
- For each of the following tasks, specify which thread it should be executed in and why.
- One set of threads is not used for any of the tasks mentioned in the previous question. Name this thread and explain why its applications are so limited.
- SwingWorkerhas two type parameters. Explain how these type parameters are used, and why it often doesn't matter what they are.
Exercises
- Modify the 
Flipper
Check your answers.