{
Category category = new Category(constants.categoryPanels());
catList.add(category);
category.addExample(new CwDecoratorPanel(constants),
RunAsyncCode.runAsyncCode(CwDecoratorPanel.class));
category.addExample(new CwFlowPanel(constants),
RunAsyncCode.runAsyncCode(CwFlowPanel.class));
category.addExample(new CwHorizontalPanel(constants),
RunAsyncCode.runAsyncCode(CwHorizontalPanel.class));
category.addExample(new CwVerticalPanel(constants),
RunAsyncCode.runAsyncCode(CwVerticalPanel.class));