From 80314ba8ce950b74c7c37e67af1e43a4519162e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leif=20=C3=85strand?= Date: Tue, 26 Jun 2012 15:00:31 +0300 Subject: [PATCH] Mention legacy application level windows and relation to Root (#8784) --- src/com/vaadin/ui/Window.java | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5