Re: getSystemClipboard != system clipboard

2001-04-15 Thread Nathan Meyers
X has a mechanism called "selection" that supports cut and paste. Selection associates data with a named buffer for transferring between applications; you can name a buffer anything you want, but two names have special meaning: CLIPBOARD - this is the buffer used by applications that provide butt

Re: getSystemClipboard != system clipboard

2001-04-15 Thread Joi Ellis
On Sun, 15 Apr 2001, Dick Repasky wrote: > > Why doesn't a call to getSystemClipboard give me what's in the > system clipboard? [snip] > So, if Java's system clipboard isn't really the system clip > board, what is it? I'm not clear on the exact details since I'm not an X11 developer. X11 su