Beispiel #1
0
 private void paste() {
   String str = Utils.readClipboard();
   if (str != null) {
     appendText(str);
   }
 }