EAGLE = new EAGLEpanel(this.desktopApp,this.mcodeUtil);
EAGLE.setVisible(currentParamsCopy.getAlgorithm().equals("EAGLE"));
FAGEC = new FAGECPanel(this.desktopApp,this.mcodeUtil);
FAGEC.setVisible(currentParamsCopy.getAlgorithm().equals("FAG-EC"));
options.add(option1);
options.add(EAGLE);
options.add(FAGEC);