Re: Java Clipboard operations on Linux

1999-03-19 Thread Jim Watson
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

Java Clipboard operations on Linux

1999-03-19 Thread Carl H. Sayres
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,