Thread Concept Formation

Open these files:

1. These files combine to create 4 programs. What do each of the 4 programs do?

2. Classify the files as GUI/not. Which files fall in which categories?

3. Classify the files as uses Threads/not. What line/s of code tipped you off?

4. Classify the thread files further. One class is the actual thread and the other runs it. Which code goes in each category? What line/s of code tipped you off?

5. How do you create and start a thread that you have set up in another file?

6. How do you set up the actions of a thread in another file?

7. How do you make the thread pause?