jtp.add(selector);
} else if (selector != null) {
SolverAlgorithm algorithm = data.getAlgorithmType();
selector.addSolutionPanel(new ThroughputPanel(this, algorithm));
selector.addSolutionPanel(new QueueLenPanel(this, algorithm));
selector.addSolutionPanel(new ResTimePanel(this, algorithm));
selector.addSolutionPanel(new SystemRespTimePanel(this, algorithm));
selector.addSolutionPanel(new UtilizationPanel(this, algorithm));
//Added by ASHANKA START
// for System Power
selector.addSolutionPanel(new SysPowerPanel(this, algorithm));