Example #1
0
 public void actionPerformed(ActionEvent e) {
   textView.copy();
 }
Example #2
0
 public void copy() {
   textView.copy();
 }