{
Category category = new Category(constants.categoryLists());
catList.add(category);
category.addExample(new CwListBox(constants),
RunAsyncCode.runAsyncCode(CwListBox.class));
category.addExample(new CwSuggestBox(constants),
RunAsyncCode.runAsyncCode(CwSuggestBox.class));
category.addExample(new CwTree(constants),
RunAsyncCode.runAsyncCode(CwTree.class));
category.addExample(new CwMenuBar(constants),
RunAsyncCode.runAsyncCode(CwMenuBar.class));