]> source.dussan.org Git - vaadin-framework.git/commitdiff
caption for debug window
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 27 Aug 2007 12:23:45 +0000 (12:23 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 27 Aug 2007 12:23:45 +0000 (12:23 +0000)
svn changeset:2132/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/client/DebugConsole.java

index b15f547875a6328de1a04a40508fd7761d39c09e..2652456f62619376770f8e2fd6af446387f928f8 100755 (executable)
@@ -13,6 +13,7 @@ public final class DebugConsole extends IWindow implements Console {
                super();
                panel = new FlowPanel();
                this.setWidget(panel);
+               this.setCaption("Debug window");
                minimize();
                show();
        }