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));
category.addExample(new CwAbsolutePanel(constants),
RunAsyncCode.runAsyncCode(CwAbsolutePanel.class));