]> source.dussan.org Git - vaadin-framework.git/commitdiff
Langugage fix, bringing this to official demos.
authorJani Laakso <jani.laakso@itmill.com>
Mon, 26 Nov 2007 09:40:26 +0000 (09:40 +0000)
committerJani Laakso <jani.laakso@itmill.com>
Mon, 26 Nov 2007 09:40:26 +0000 (09:40 +0000)
svn changeset:2944/svn branch:trunk

src/com/itmill/toolkit/tests/TestForMultipleStyleNames.java

index 671ae05c11b3d576b28af9780a57841e0a59984f..232cefc381b71b23a15c68be2189f03625bbe0b4 100644 (file)
@@ -13,6 +13,9 @@ import com.itmill.toolkit.ui.OrderedLayout;
 import com.itmill.toolkit.ui.TwinColSelect;
 
 /**
+ * TODO: Note you need to add Theme under WebContent/ITMILL/Themes/mytheme in
+ * order to see actual visible results on the browser. Currently changes are
+ * visible only by inspecting DOM.
  * 
  * @author IT Mill Ltd.
  */
@@ -36,6 +39,11 @@ public class TestForMultipleStyleNames extends CustomComponent implements
         main.removeAllComponents();
         main.addComponent(new Label(
                 "TK5 supports multiple stylenames for components."));
+        main.addComponent(new Label("Note you need to add Theme under"
+                + " WebContent/ITMILL/Themes/mytheme"
+                + " in order to see actual visible results"
+                + " on the browser. Currently changes are"
+                + " visible only by inspecting DOM."));
 
         styleNames2 = new ArrayList();