135136137138139140141142143144145
protected void performAction() { MTextPanel panel = getTextPanel(); if (fKind == UNDO) { panel.undo(); } else { panel.redo(); } }