IconPaths.CUT), KeyEvent.VK_T);
copyMenuAction = new CopyTextMenuAction(MenuConstants.COPY,
new ImageIcon(IconPaths.COPY), KeyEvent.VK_C);
pasteMenuAction = new PasteTextMenuAction(MenuConstants.PASTE,
new ImageIcon(IconPaths.PASTE), KeyEvent.VK_P);
undoMenuAction = new UndoEventMenuAction(MenuConstants.UNDO,
new ImageIcon(IconPaths.UNDO), KeyEvent.VK_U);
redoMenuAction = new RedoEventMenuAction(MenuConstants.REDO,
new ImageIcon(IconPaths.REDO), KeyEvent.VK_R);
newMenuAction.setAcceleratorKey(KeyStroke.getKeyStroke(KeyEvent.VK_N,