FRAME_BORDER + ", pref" + COMPONENT_SPACING +"pref" + COMPONENT_SPACING + "pref" + COMPONENT_SPACING + "pref" + COMPONENT_SPACING + "pref, " + FRAME_BORDER);
PanelBuilder builder = new PanelBuilder(layout);
CellConstraints cc = new CellConstraints();
int rowIndex = 2;
JButton importXml = new JButton("Import recording file");
importXml.addActionListener(new ImportEventAction(this));
builder.add(importXml, cc.xyw(2, rowIndex, 3));
rowIndex += 2;
mUsedFilterFile = new JLabel();
setFilterDefinitionFile("None");