44454647484950
return configurer.buildSolver(); } @Override protected SolutionPanel createSolutionPanel() { return new ExaminationPanel(); }
49505152535455
return solverFactory.buildSolver(); } @Override protected SolutionPanel createSolutionPanel() { return new ExaminationPanel(); }