pane.addStepComponent(step, new JLabel(color_options.get(aKey).getValue(Action.NAME).toString()));
pane.addStepComponent(step, sw_color_option.get(aKey));
}
sw_zoom.setValue(100);
// Applet may be visible so validate in swing EDT
pane.validate();
}
}