public void actionPerformed(ActionEvent e) {
   textView.cut();
 }
 public void cut() {
   textView.cut();
 }