Re: Clipboard interaction between Swing/JDK and X11

1998-10-30 Thread Jean-Pierre Dube
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

Re: Clipboard interaction between Swing/JDK and X11

1998-10-30 Thread peter . pilgrim
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

Re: Clipboard interaction between Swing/JDK and X11

1998-10-29 Thread jim watson
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

Re: Clipboard interaction between Swing/JDK and X11

1998-10-26 Thread jim watson
CLIPBOARD is hard coded in lesstif(and motif?) XA_CUT_BUFFER0 is hard coded in xterm

Re: Clipboard interaction between Swing/JDK and X11

1998-10-26 Thread peter . pilgrim
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

Re: Clipboard interaction between Swing/JDK and X11

1998-10-24 Thread jim watson
> [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

Re: Clipboard interaction between Swing/JDK and X11

1998-10-23 Thread jim watson
[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

Re: Clipboard interaction between Swing/JDK and X11

1998-10-22 Thread jim watson
[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

Clipboard interaction between Swing/JDK and X11

1998-10-22 Thread peter . pilgrim
[ 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