public ServerStatisticsDialog(Dialog owner) {
super(owner, Messages
.getString("QuantAna.Simulation.ServerStatistics.Title"), true);
this.owner = (QuantitativeSimulationDialog) owner;
this.clock = this.owner.getSimulator().getRunClock();
ssm = new ServerStatisticsModel(this.owner.getTaskAndResource(),
this.owner.getSimulator().getActPanelList());
numRows = ssm.getRowNum();
panelHeight = MARGIN_TOP + numRows * ROW_HEIGHT + TIME_HEIGHT;
getLineOrdinates();
this.ftServer = DefaultStaticConfiguration.DEFAULT_TABLE_BOLDFONT;