return "General";
}
@Override
public void init() {
content = new JPanel(new SimpleFormLayout(10, 10));
int rowCount = 0;
content.add(new JLabel("Experiment Executor"),
FormConstraint.cellXY(0, rowCount, FormConstraint.WEST));
content.add(new JSeparator(SwingConstants.HORIZONTAL),
FormConstraint.cellXY(1, rowCount++, FormConstraint.CENTER,