Posted By


Ivan_Pig on 08/02/09

Tagged


Statistics


Viewed 213 times
Favorited by 1 user(s)

CopyToClipboard


/ Published in: Java
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Clipboard clip = Toolkit.getDefaultToolkit().getSystemClipboard();
  2. ImageTransferable imageTrans = new ImageTransferable(bufferImage);
  3. clip.setContents(imageTrans, null);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.