map.put(ActionKey.MAIN_MAPPING, new PolicyAction(ActionKey.MAIN_MAPPING, rb.getString("mapping"), PolicyUtilities.createImageIcon("/images/delete_24.png")) {
@Override
public void actionPerformed(ActionEvent e) {
if(mDlg == null) {
mDlg = new MappingDialog();
mDlg.showDialog();
} else {
mDlg.refresh();
mDlg.showDialog();
}