Subject: Java Clipboard operations on Linux
>The Java Clipboard APIs seem to follow the paradigm of the Windows
>Clipboard (ie. one application copies text to the clipboard, and then
>another gets the text from the clipboard).
This is platform specific. java-linux port and the sun so
The Java Clipboard APIs seem to follow the paradigm of the Windows
Clipboard (ie. one application copies text to the clipboard, and then
another gets the text from the clipboard).
How can these APIs be used to implement Linux-style copy and paste?
On Linux, the user selects some text in one app,