add(buttonPanel, constraints);
}
{
// Create parameter table
parameterTable = new ConfiguratorPanel(); // new ParameterTable(parameterModel, parameters);
parameterTable.addChangeListener(this);
// Create the scroll pane and add the table to it.
JScrollPane scrollPane = new JScrollPane(parameterTable);
// Add the scroll pane to this panel.