setTitle("Set parameters to load experiment from COMO database:");
getContentPane().setLayout(new BorderLayout());
IFactoryInfo factoryInfo =
SimSystem.getRegistry().getFactoryInfo(factoryClass.getCanonicalName());
fpPanel = new FactoryParameterPanel(factoryInfo, new ParameterBlock());
getContentPane().add(new JScrollPane(fpPanel), BorderLayout.CENTER);
JPanel buttonPanel = new JPanel(new BorderLayout());
buttonPanel.add(okButton, BorderLayout.EAST);