aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java
diff options
context:
space:
mode:
authorMarc Englund <marc.englund@itmill.com>2007-11-29 12:45:42 +0000
committerMarc Englund <marc.englund@itmill.com>2007-11-29 12:45:42 +0000
commit83c5673c3c4965aa36c498a6ef335dc21bf04409 (patch)
tree5094a2e6a997fccfd5ba58006f1eb5246c9f792f /src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java
parenta6844333cf52c184eb55f10d58df4bf3b767c1bd (diff)
downloadvaadin-framework-83c5673c3c4965aa36c498a6ef335dc21bf04409.tar.gz
vaadin-framework-83c5673c3c4965aa36c498a6ef335dc21bf04409.zip
Examples added.
svn changeset:3037/svn branch:trunk
Diffstat (limited to 'src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java')
-rw-r--r--src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java b/src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java
index b5dba0ee0c..365b86299b 100644
--- a/src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java
+++ b/src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java
@@ -49,7 +49,7 @@ public class FeatureBrowser extends com.itmill.toolkit.Application implements
// Intro
{ "Intro", "About", "About this demo", Button.class, Boolean.FALSE },
// Windowing
- { "Intro", "Windowing", "About windowing", Button.class,
+ { "Intro", "Windowing", "About windowing", WindowingExample.class,
Boolean.FALSE },
// Basic: Labels
{ "Basic", "Labels", "Some variations of Labels", Button.class,