public AssignAttributeDialog(final AttributeController attributeController, final Frame frame) {
super(frame, TextUtils.getText("attributes_assign_dialog"), false);
this.attributeController = attributeController;
mapSelection = Controller.getCurrentController().getSelection();
final Border actionBorder = new CompoundBorder(new EmptyBorder(5, 10, 0, 10), new CompoundBorder(
new EtchedBorder(), new EmptyBorder(5, 5, 5, 5)));
final Border emptyBorder = new EmptyBorder(5, 5, 5, 5);
final Border btnBorder = new EmptyBorder(2, 2, 2, 2);
selectedBtn = new JRadioButton();
MenuBuilder.setLabelAndMnemonic(selectedBtn, TextUtils.getRawText("attributes_for_selected"));