// Sets ResultsWindow
ResultsWindow rw = new ResultsWindow(results, dispatcher);
gui.setResultsWindow(rw);
// Moves it to lower right corner if animation is enabled
if (sd.isAnimationEnabled()) {
rw.moveToLowerRightCorner();
}
// Shows it
gui.showResultsWindow();
}
// If it's next one, refresh stored tempMeasures (if simulation is started and not paused)