From d84ab905d2a741d1de2b398b279e49db30813f16 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leif=20=C3=85strand?= Date: Mon, 14 Nov 2011 16:42:54 +0200 Subject: [PATCH] Make Window.close public --- src/com/vaadin/ui/Window.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/vaadin/ui/Window.java b/src/com/vaadin/ui/Window.java index 3d9c86206c..0063c37fb9 100644 --- a/src/com/vaadin/ui/Window.java +++ b/src/com/vaadin/ui/Window.java @@ -513,7 +513,7 @@ public class Window extends Panel implements FocusNotifier, BlurNotifier { * {@link CloseListener}. *

*/ - protected void close() { + public void close() { Root root = getRoot(); // focus is restored to the parent window root.focus(); -- 2.39.5