builder.add(importXmlFilter, cc.xy(4, rowIndex));
rowIndex += 2;
JTabbedPane tabbedPanes = new JTabbedPane();
tabbedPanes.insertTab("Description", null, new EventDescriptionPane(), null, 0);
tabbedPanes.insertTab("Aliases", null, new JScrollPane(new JTable(new AliasTableModel())), null, 1);
builder.add(tabbedPanes, cc.xyw(2, rowIndex, 3));
rowIndex += 2;
mConfigurationPane = new ConversionConfigurationPane();
EventManager.getInstance().addPropertyChangeListener(mConfigurationPane);