码迷,mamicode.com
首页 > 编程语言 > 详细

Java 复制字符串到系统剪贴板

时间:2017-07-17 15:14:43      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:ring   void   log   复制   sts   content   boa   color   bsp   

原文:http://www.open-open.com/code/view/1453188435933

 

public static void main(String[] args) {
        StringSelection stsel = new StringSelection("String");
        Toolkit.getDefaultToolkit().getSystemClipboard().setContents(stsel, stsel);
    }

 

Java 复制字符串到系统剪贴板

标签:ring   void   log   复制   sts   content   boa   color   bsp   

原文地址:http://www.cnblogs.com/shihaiming/p/7194192.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!