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