| 1: | On what thread should GUIs be created, to guarantee thread safety? |
| 2: | Why should you be careful to minimize the time spent in event-handler code? |
| 3: | What is the purpose of the setLabelFor method? |
| 4: | What is the content pane? |
| 5: | Describe the three code segments that must be implemented for an event handler. |
| 6: | Which text component is best suited for controlling the format of a single line of user-entered text? |
| 7: | What is lazy image loading and why would you use it? |