Re: bug - system clipboard does not work

1998-05-14 Thread Steve Zara
> Steve Zara wrote: > [snip-my demo that pasting from system clipboard can be done] > > > > > Thanks - this works fine as illustrated. I'm more used to using the >highlight/middle button click > > copy/paste action under X - is there any way this can be ac

Re: bug - system clipboard does not work

1998-05-14 Thread Steve Zara
> In line with my post about Steve's problem, if his "paste" button > actionListener method is altered (gutted?) as follows, just for a demo > to show pasting from the system clipboard: > - > ... > b2.addActionListener( new ActionListener() { > public void actionPerformed(A

bug - system clipboard does not work

1998-05-13 Thread Steve Zara
This example code works fine on Solaris and Win95/NT: import java.net.*; import java.awt.*; import java.awt.datatransfer.*; import java.io.*; import java.awt.event.*; class clipboard extends Frame implements ClipboardOwner{ TextArea t1=new TextArea("Area 1...",20,20); TextArea t