NOTA: La traducción de esta documentación es un esfuerzo personal y voluntario, no es un documento oficial de Sun Microsystems ni Oracle ni está patrocinado por ninguna de estas empresas. Los documentos originales (en inglés) están disponibles en: http://java.sun.com/docs/books/tutorial/.
Dirija cualquier comentario, petición, felicitación, etc. a tutorialesjava_@RROBA_codexion.com.
Si desea ayudar a mantener en funcionamiento esta web, colaborar con la traducción de estos documentos o necesita que se traduzca algĂșn capĂ­tulo en concreto puede realizar una donación directa mediante Paypal:
Questions and Exercises: Graphical User Interfaces (The Java™ Tutorials > Graphical User Interfaces > Swing Features)
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