From owner-freebsd-java@FreeBSD.ORG Sat Nov 29 17:53:29 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EC5316A4CE for ; Sat, 29 Nov 2003 17:53:29 -0800 (PST) Received: from mta8.adelphia.net (mta8.adelphia.net [68.168.78.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45D0043FA3 for ; Sat, 29 Nov 2003 17:53:28 -0800 (PST) (envelope-from parv_fm@mailsent.net) Received: from moo.holy.cow ([69.160.64.204]) by mta13.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031130014907.GFPN4878.mta13.adelphia.net@moo.holy.cow> for ; Sat, 29 Nov 2003 20:49:07 -0500 Received: by moo.holy.cow (Postfix, from userid 1001) id 9960AA47F; Sat, 29 Nov 2003 20:53:14 -0500 (EST) Date: Sat, 29 Nov 2003 20:53:14 -0500 From: parv To: freebsd-java@FreeBSD.org Message-ID: <20031130015314.GA83363@moo.holy.cow> Mail-Followup-To: freebsd-java@FreeBSD.org References: <20030726084125.GB17642@starjuice.net> <20030726085754.GA78370@moo.holy.cow> <20030726092932.GD17642@starjuice.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030726092932.GD17642@starjuice.net> Subject: Re: Cut'n'paste w/ Java graphical apps in XFree86 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 01:53:29 -0000 in message <20030726092932.GD17642@starjuice.net>, wrote Sheldon Hearn thusly... > > On (2003/07/26 04:57), parv wrote: > > > (XFree86 mentioned) > > > > > At the moment, I use clumsy old xclipboard as a middle-man to > > > broker these cut'n'pastes. > > > > > > Is there a better trick for merging these two cut'n'paste buffers? > > > > Did you try xclip & wmcliphist? > > Well xclip seems to deal with only the XA_PRIMARY, XA_SECONDARY or > XA_CLIPBOARD selections, none of which can "see" the clipboard used by > AWT/Swing. > > And wmcliphist just looks like a GUI cliboard manager with access to the > same resources. It's just a pretty xclipboard. :-) Quite old thread, i don't know if it will help OP or not... I just found out that using javax.swing.JTextArea does not allow me to copy the text (in X; BTW xclip Just Works) but java.awt.TextArea does. Reason seems to be explained quite well here... http://groups.google.com/groups?selm=Wger7.16046%24vq.3236736%40typhoon.ne.mediaone.net - Parv --