Posted By:
Anonymous
Posted On:
Monday, January 12, 2004 04:52 AM
I want to copy an image from a java application to the system clipboard using
any
kind of vector based image format like svg (using
batik
) but not emf/wmf. I understand that this doesn't work with the standard
dataFlavor
s provided in the java 1.4. api and that i probably have to somehow add the provided flavor to the
SystemFlavorMap
but other windows applications always fail to recognize the provided ByteArray-data when trying to paste.
I didn't paste any code since the relevant code is distributed over so many classes of my application that it would have been very confusing.
Has anybody experience with this kind of problem?