commonPanel = new CommonPanel();
tabbedPanel.addTab("Common", null, commonPanel, null);
collectorPanel = new CollectorPanel();
tabbedPanel.addTab("Collector", null, collectorPanel, null);
processorView = new ProcessorView();
tabbedPanel.addTab("Processor", null, processorView, null);
parserMatchView = new ParserMatchView();
tabbedPanel.addTab("Parsers", null, parserMatchView, null);
//parserView = new ParserView();
//tabbedPanel.addTab("Parser", null, parserView, null);