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