Return-Path: Delivered-To: apmail-pivot-user-archive@www.apache.org Received: (qmail 83015 invoked from network); 7 Mar 2011 12:39:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Mar 2011 12:39:29 -0000 Received: (qmail 98059 invoked by uid 500); 7 Mar 2011 12:39:29 -0000 Delivered-To: apmail-pivot-user-archive@pivot.apache.org Received: (qmail 98041 invoked by uid 500); 7 Mar 2011 12:39:29 -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 98030 invoked by uid 99); 7 Mar 2011 12:39:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Mar 2011 12:39:29 +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.3 as permitted sender) Received: from [206.46.173.3] (HELO vms173003pub.verizon.net) (206.46.173.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Mar 2011 12:39:20 +0000 Received: from [192.168.1.10] ([unknown] [98.110.173.176]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LHO000XQTSKNYL1@vms173003.mailsrvcs.net> for user@pivot.apache.org; Mon, 07 Mar 2011 06:38:44 -0600 (CST) Content-type: text/plain; charset=us-ascii MIME-version: 1.0 (Apple Message framework v1082) Subject: Re: A split pane inside any other pane seems not to work? From: Greg Brown In-reply-to: Date: Mon, 07 Mar 2011 07:38:43 -0500 Content-transfer-encoding: quoted-printable Message-id: References: To: user@pivot.apache.org X-Mailer: Apple Mail (2.1082) X-Virus-Checked: Checked by ClamAV on apache.org > Apparently such a container is non-existent and preferredWidth and = preferredHeight has to be used. What makes you think that? There are plenty of containers that you could = use for this: Border GridPane StackPane TablePane TabPane Window You have to set an explicit preferred size *somewhere*, but that is = generally done at the top level on Window, either via the "maximized" = flag or via the pref. size properties. > I think I'll just have to listen to width and height changes and then = set the preferred sizes manually. You can do that, but as I said, it's really not the "right" way to do = it.