options.setLayout(new BoxLayout(options,BoxLayout.Y_AXIS));
option1 = createOptionsPanel1();
option1.setVisible(currentParamsCopy.getAlgorithm().equals("MCODE"));
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"));