Trail: Creating a GUI With JFC/Swing
Lesson: Using Other Swing Features
How to Create Translucent and Shaped Windows
Home Page > Creating a GUI With JFC/Swing > Using Other Swing Features
How to Create Translucent and Shaped Windows

This section is being updated to reflect features and conventions of the upcoming release, JDK7. You can download the current JDK7 Snapshot from java.net. We've published this preliminary version so you can get the most current information now, and so you can tell us about errors, omissions, or improvements we can make to this tutorial.
As of the Java Platform, Standard Edition 6 (Java SE 6) Update 10 release, you can add translucent and shaped windows to your Swing applications. This page covers the following topics:

Supported Capabilities

This functionality, which is part of the public AWT package in the JDK 7 release, takes three forms, as follows:
Previous page: How to Integrate with the Desktop Class
Next page: How to Use Actions