Ejemplo n.º 1
0
 public void actionPerformed(ActionEvent e) {
   textView.cut();
 }
Ejemplo n.º 2
0
 public void cut() {
   textView.cut();
 }