A browser with JavaScript enabled is required for this page to operate properly.
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

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:

Problems with the examples? Try Compiling and Running the Examples: FAQs.
Complaints? Compliments? Suggestions? Give us your feedback.

Previous page: How to Integrate with the Desktop Class
Next page: How to Decorate Components with the JLayer Class