Return-Path: Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 85498 invoked from network); 22 Jul 2003 19:00:09 -0000 Received: from rwcrmhc12.comcast.net (216.148.227.85) by daedalus.apache.org with SMTP; 22 Jul 2003 19:00:09 -0000 Received: from comcast.net (unknown[65.116.140.118](misconfigured sender)) by comcast.net (rwcrmhc12) with SMTP id <2003072219001001400c7q7re> (Authid: ferguson.sean); Tue, 22 Jul 2003 19:00:10 +0000 Message-ID: <3F1D89B9.9010808@comcast.net> Date: Tue, 22 Jul 2003 12:00:09 -0700 From: Sean Ferguson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jakarta Commons Users List Subject: Re: [JELLY] Dynamically adding panels References: <3F1D7EE1.5060406@comcast.net> In-Reply-To: <3F1D7EE1.5060406@comcast.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hah, again my limited memory of swing has been the problem. ${frame.getContentPane().add(CustomerPane)} ${frame.validate()} That works just fine. :) Sean Ferguson wrote: > How would I add a panel to my frame dynamically? I have a menu that has > some menu items, and I want them to be able to load different jelly > files that contain a panel. > > Thanks! > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-user-help@jakarta.apache.org > >