Window

Palette category
None
Palette bean
None
Project
Java class libraries
Package
java.awt
Type
Window

Use a Window bean to add a window without a title bar, sizing borders, and sizing buttons. This bean is suitable for a splash window that your application displays briefly at startup.

Use a JWindow bean, rather than a Window bean, if you want to use Swing components in the window. Although Swing and AWT beans can be mixed, it is inadvisable.


Related procedures
Composing a Window

Related references
Window Beans
Beans for Visual Composition