Trail: Graphical User Interfaces
Lesson: Swing Features
Questions and Exercises
Home Page > Graphical User Interfaces > Swing Features
Questions and Exercises: Graphical User Interfaces

Questions

1. Does Swing support multiple look and feels?

2. True or False: The Java look and feel is the only look and feel that works across all platforms.

3. True or False: Swing's Undo Framework supports an unlimited number of actions to undo (and redo).

4. Can Swing's list component (JList) only display text?

5. Which Swing component provides undo support out of the box?

6. Can Java applications interact with the native desktop? components.

7. Can I deploy my Swing application on the web?

Check your answers.

Previous page: System Tray Icon Support
Next page: End of Trail