391392393394395396397
/** * Opens the statistics viewer. */ public void showStatistics() { new StatisticsController(getSimModel(), this); }
11711172117311741175117611771178117911801181
synchronized(this){ while (!active) sleep(500); } new StatisticsController(model,rb); active = false; } catch (InterruptedException e) { e.printStackTrace(); } }