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:
Integrating with the Desktop (The Java™ Tutorials > Graphical User Interfaces > Swing Features)
Trail: Graphical User Interfaces
Lesson: Swing Features
Integrating with the Desktop
Home Page > Graphical User Interfaces > Swing Features
Integrating with the Desktop
The Desktop API, introduced in version 6 of the Java Platform, Standard Edition (Java SE), enables Java applications to integrate seamlessly with the desktop. Three types of integration are supported:

You can see this in the PasswordStore demo in the Notes text pane. Click on the link that is displayed in the text pane — it opens the specified URI in the default browser.

This is a picture of the PasswordStore demo showing a URI in the text pane.

Click on the URI and it opens in the Default Browser

For more information, see the Using the Desktop API in Java SE 6 (Mustang) article.

Previous page: Accessibility
Next page: System Tray Icon Support