srSimThread = new Thread(new Runnable() {
@Override
public void run() {
try {
srSimMain = new SRSimMain();
srSimMain.start();
} catch (InstantiationException | IllegalAccessException
| ClassNotFoundException | IOException
| SimulationContextException | SQLException
| SimulationConfigurationException e) {