}
}
@Override
public void actionPerformed(ActionEvent arg0) {
Action action = getAction();
notifyActionPerformed(action);
int result = JOptionPane.OK_OPTION;
if (confirmation) {
result = JOptionPane.showConfirmDialog(this, getActionMessage(), "Confirmation", JOptionPane.YES_NO_OPTION);