I often have to add my signature to a document. The document can be of different kinds.
My signature is stored as an image in signature.jpg.
I would like to write a Java program that automatically places this image in the clipboard, so that I only have to paste it into the document.
You have to use me method: setContents from the Clipboard class.
Modified from:
http://www.exampledepot.com/egs/java.awt.datatransfer/ToClipImg.html