Return-Path: X-Original-To: apmail-pivot-user-archive@www.apache.org Delivered-To: apmail-pivot-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 965BA490E for ; Wed, 8 Jun 2011 16:28:18 +0000 (UTC) Received: (qmail 14178 invoked by uid 500); 8 Jun 2011 16:28:18 -0000 Delivered-To: apmail-pivot-user-archive@pivot.apache.org Received: (qmail 14122 invoked by uid 500); 8 Jun 2011 16:28:18 -0000 Mailing-List: contact user-help@pivot.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@pivot.apache.org Delivered-To: mailing list user@pivot.apache.org Received: (qmail 14114 invoked by uid 99); 8 Jun 2011 16:28:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 16:28:18 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gk_brown@verizon.net designates 206.46.173.17 as permitted sender) Received: from [206.46.173.17] (HELO vms173017pub.verizon.net) (206.46.173.17) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 16:28:09 +0000 Received: from [192.168.1.15] ([unknown] [98.110.173.176]) by vms173017.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LMH00GUICE1WH64@vms173017.mailsrvcs.net> for user@pivot.apache.org; Wed, 08 Jun 2011 11:27:38 -0500 (CDT) Content-type: text/plain; charset=us-ascii MIME-version: 1.0 (Apple Message framework v1084) Subject: Re: TreeView Drop between nodes? From: Greg Brown In-reply-to: <4DEFA0FF.5050408@sysedata.no> Date: Wed, 08 Jun 2011 12:27:36 -0400 Content-transfer-encoding: quoted-printable Message-id: References: <4DEE75A1.9060104@sysedata.no> <4DEEAFEA.1000002@sysedata.no> <4DEF2E05.5020405@sysedata.no> <4DEF330E.5020700@sysedata.no> <4DEF3451.3070405@sysedata.no> <4DEF6F21.2040600@sysedata.no> <547C14CD-BF5A-41B9-999D-90BCDFF08F22@verizon.net> <4DEF78F3.8010002@sysedata.no> <4DEF7F92.70202@sysedata.no> <7C1CE00E-2A71-4F2B-8FDD-DADCE03421B9@verizon.net> <4DEF8459.8090709@sysedata.no> <4DEF8949.5060802@sysedata.no> <4DEF8F3F.6030802@sysedata.no> <4DEF9348.6050405@sysedata.no> <4DEFA0FF.5050408@sysedata.no> To: user@pivot.apache.org X-Mailer: Apple Mail (2.1084) X-Virus-Checked: Checked by ClamAV on apache.org >> Try passing false for the selected argument. >=20 > Yeah, that makes sense. Now the text is black. Still no background = color, but it actually looks better without, so I'll keep it like this. = Are you sure TreeViewNodeRenderer is responsible for painting the = background color? Anyways, looks great now, thanks a lot! No, TreeView paints the background color. That's one of the reasons I = suggested using the renderer instead of the other approach. G