From: Leif Åstrand Date: Tue, 26 Jun 2012 12:00:31 +0000 (+0300) Subject: Mention legacy application level windows and relation to Root (#8784) X-Git-Tag: 7.0.0.alpha3~56 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=80314ba8ce950b74c7c37e67af1e43a4519162e6;p=vaadin-framework.git Mention legacy application level windows and relation to Root (#8784) --- diff --git a/src/com/vaadin/ui/Window.java b/src/com/vaadin/ui/Window.java index 8866362587..e24e62236f 100644 --- a/src/com/vaadin/ui/Window.java +++ b/src/com/vaadin/ui/Window.java @@ -44,6 +44,10 @@ import com.vaadin.terminal.gwt.client.ui.window.WindowState; *

* The caption is displayed in the window header. *

+ *

+ * In Vaadin versions prior to 7.0.0, Window was also used as application level + * windows. This function is now covered by the {@link Root} class. + *

* * @author Vaadin Ltd. * @version