Hi Jim,
JDK 1.1.x will only transfers text from a JVM to the peer operating
system. In JDK 1.2 you will be able to transfers just about anything.
see: http://www.javaworld.com/javaworld/javatips/jw-javatip61.html
Thanks,
--
--
Jean-Pierre Dubé
Infocom enr.
Dev
interaction between Swing/JDK and X11
Author: jrwatson ([EMAIL PROTECTED]) at lon-mime
Date:29/10/98 14:24
the conclusion i have reached (after much agony) is that java is only
required to support copy and paste from java to java, otherwise it is
platform specific, and not a java problem
the conclusion i have reached (after much agony) is that java is only
required to support copy and paste from java to java, otherwise it is
platform specific, and not a java problem...can someone confirm this is
correct?
thanks
jim watson
CLIPBOARD is hard coded in lesstif(and motif?)
XA_CUT_BUFFER0 is hard coded in xterm
hanks again Jim
__ Reply Separator _
Subject: Re: Clipboard interaction between Swing/JDK and X11
Author: jrwatson ([EMAIL PROTECTED]) at lon-mime
Date:24/10/98 10:56
> [EMAIL PROTECTED] wrote:
>
> > Another another
> [EMAIL PROTECTED] wrote:
>
> > Another another thing: Can anyone get a X11 selection, say from an XTerm or
> > Emacs and paste it directly into a JTextArea or JTextField? I cannot do it.
> > Is this Swing/JDK related or is it another XFree86 problem ?
Yes, this can be done using a program call
[EMAIL PROTECTED] wrote:
> [ Subject was Re: Working Button mnemonics under Linux Java?]
>
> Hello Jim
>
> Another another thing: Can anyone get a X11 selection, say from an XTerm or
> Emacs and paste it directly into a JTextArea or JTextField? I cannot do it.
> Is this Swing/JDK related or is i
[EMAIL PROTECTED] wrote:
> [ Subject was Re: Working Button mnemonics under Linux Java?]
>
> Hello Jim
>
> Another another thing: Can anyone get a X11 selection, say from an XTerm or
> Emacs and paste it directly into a JTextArea or JTextField? I cannot do it.
> Is this Swing/JDK related or is i
[ Subject was Re: Working Button mnemonics under Linux Java?]
Hello Jim
Another another thing: Can anyone get a X11 selection, say from an XTerm or
Emacs and paste it directly into a JTextArea or JTextField? I cannot do it.
Is this Swing/JDK related or is it another XFree86 problem ?
( I rem