panel.add(new DemoTabHighlighting(), "Highlighting");
panel.add(new DemoTabSorting(), "Sorting");
panel.add(new DemoTabHeaderManipulation(), "Header Manipulation");
panel.add(new DemoTabDataManipulation(), "Data Manipulation");
panel.add(new DemoTabPanelLog(), "Log");
panel.selectTab(0);
// Return the new panel
return panel;
}