]> source.dussan.org Git - vaadin-framework.git/commitdiff
Mention legacy application level windows and relation to Root (#8784)
authorLeif Åstrand <leif@vaadin.com>
Tue, 26 Jun 2012 12:00:31 +0000 (15:00 +0300)
committerLeif Åstrand <leif@vaadin.com>
Tue, 26 Jun 2012 12:00:31 +0000 (15:00 +0300)
src/com/vaadin/ui/Window.java

index 886636258758e1b57abb1cafc4ad0bf72c70ee50..e24e62236fa47f13e6f4a4b53a8ba11b1452094b 100644 (file)
@@ -44,6 +44,10 @@ import com.vaadin.terminal.gwt.client.ui.window.WindowState;
  * <p>
  * The caption is displayed in the window header.
  * </p>
+ * <p>
+ * 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.
+ * </p>
  * 
  * @author Vaadin Ltd.
  * @version