5354555657585960616263
} else if (action.equals(Constantes.REDO)) { UndoInterface u; try { u = (UndoInterface) p; u.redo(); } catch (ClassCastException exp) { System.err.println(exp); } } else if (action.equals(Constantes.CUT)) { ClipboardInterface c;