- Timestamp:
- 08/06/08 11:08:45 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java
r5148 r5149 85 85 "Table with bells, whistles, editmode and actions (contextmenu)", 86 86 TableExample.class }, 87 // Wrangling data: Form 88 { "Wrangling data", "Form", "Every application needs forms", 89 FormExample.class }, 87 90 // Wrangling data: Tree 88 91 { "Wrangling data", "Tree", "A hierarchy of things", 89 92 TreeExample.class }, 90 // Misc: Forms91 { "Misc", "Forms", "Every application needs forms",92 FormExample.class },93 93 // Misc: Notifications 94 94 { "Misc", "Notifications", "Notifications can improve usability",
