From: Marc Englund Date: Fri, 17 Aug 2007 08:34:35 +0000 (+0000) Subject: setTheme() added, fails otherwise. X-Git-Tag: 6.7.0.beta1~6087 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=405d4b939d3c95ac3e8a5aaea660f352c3a89ac2;p=vaadin-framework.git setTheme() added, fails otherwise. svn changeset:2047/svn branch:trunk --- diff --git a/src/com/itmill/toolkit/demo/HelloWorld.java b/src/com/itmill/toolkit/demo/HelloWorld.java index d4ab04e486..0118a68d6d 100644 --- a/src/com/itmill/toolkit/demo/HelloWorld.java +++ b/src/com/itmill/toolkit/demo/HelloWorld.java @@ -28,6 +28,7 @@ public class HelloWorld extends com.itmill.toolkit.Application { Window main = new Window("Hello window"); setMainWindow(main); + setTheme("example"); /* * - Create a label with the classic text - Add the label to the main * window