A {@code WindowPanel} is a {@code DecoratedPopupPanel} that has a captionarea at the top and can be dragged and resized by the user. The default layout for a {@code WindowPanel} is{@link org.gwt.mosaic.ui.client.layout.FillLayout}.
Example:
WindowPanel windowPanel = new WindowPanel("CaptionText"); windowPanel.add(new Button("Click me!")); windowPanel.show();
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.