You can find one in this library - source and all. http://code.google.com/p/jwopitz-lib/
Thanks -Pat www.datanotion.com On 3/27/08, raghu kumar varma nadimpalli <[EMAIL PROTECTED]> wrote: > > Thank you Robert for the response. > > The example you have provided draws a panel and within it, the label and > checkbox are drawn. > > The groupBox will have Lined Box with some text on the upperLine of the > Box. And within box we should be able to add some more components. The > GroupBox need to be in the following manner. > > ----TODO------------ > | | > | test1 | > | test2 | > | | > ------------------------- > > Thank you > > On Wed, Mar 26, 2008 at 3:38 PM, Robert Stehwien <[EMAIL PROTECTED]> > wrote: > > > The equivalent of a group box is a Panel in Flex. Here is a quick > > example > > > > <mx:Panel title="Panel Label" layout="vertical"> > > <mx:Label text="TODO"/> > > <mx:CheckBox label="test"/> > > </mx:Panel> > > > > --Robert > > > > On Wed, Mar 26, 2008 at 11:32 AM, Raghu <[EMAIL PROTECTED]> wrote: > > > > > > > > > > Is there any possibility of having group box in flex? If possible can > > > u please update how it can be done. > > > > > > > > > > > > > > > > > > > > > ------------------------------------ > > > > > > -- > > > Flexcoders Mailing List > > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > > > > > Search Archives: > > > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups > > > Links > > > > > > > > > > > > > > > > > > > > > >

