This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
RE: Very quick solution: You cannot do it.
Posted by Kishori Sharan on September 11, 2000 at 7:28 PM
Hi So far as my knowledge goes Java doesn't support data transfer ( thru clipbord ) other than plain text between a non-java program and a java program . So simply you cannot do it in java. Reason: the system clipbord implementations are different for Machintosh/ X window / Microsoft Windows /OS 2 etc which jave has to support. Java language developers decided to go for the lowest common denominator ( X windows supports only plain text cut/paste ) and gave us only plain text cut/paste between java and non java application. We may have it in future release. Thanx Kishori
Replies:
|