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.
Composing a Window
Window Beans
Beans for Visual Composition