diff options
Diffstat (limited to 'src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java')
-rw-r--r-- | src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java | 2 |
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 9f9fc7add4..7eb07b81fe 100644 --- a/src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java +++ b/src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java @@ -75,7 +75,7 @@ public class FeatureBrowser extends com.itmill.toolkit.Application implements Button.class, Boolean.FALSE }, // Organizing: Tree { "Organizing", "Tree", "Some variations of Buttons and Links", - Button.class, Boolean.FALSE }, + TreeExample.class, Boolean.FALSE }, // Misc: Notifications { "Misc", "Notifications", "Notifications can improve usability", NotificationExample.class, Boolean.FALSE }, |