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