]> source.dussan.org Git - vaadin-framework.git/commitdiff
setTheme() added, fails otherwise.
authorMarc Englund <marc.englund@itmill.com>
Fri, 17 Aug 2007 08:34:35 +0000 (08:34 +0000)
committerMarc Englund <marc.englund@itmill.com>
Fri, 17 Aug 2007 08:34:35 +0000 (08:34 +0000)
svn changeset:2047/svn branch:trunk

src/com/itmill/toolkit/demo/HelloWorld.java

index d4ab04e48602afce1485053b9188e10d397c8360..0118a68d6d38e2e43a3118ee7aa311c3e4b04c41 100644 (file)
@@ -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