On Mon, Dec 29, 2008 at 11:16 PM, lorenzo.boaro <[email protected]> wrote:

> i have three custom components (suppose that are called A, B and C for
> semplicity).
>
> i've also created a custom panel(myPanel) that extends the Panel
> component.
>
> now i would create a personal layout that permit to put for example
> the A component in myPanel center, the B component under the A
> component and finally the C component in the myPanel bottom right.

What you're looking for is quite simple really. Just set the 'layout'
property on the MyPanel instance to 'absolute' and then set the 'x'
and 'y' properties on the child objects (A, B, and C instances). You
can use constraints-based layout properties like 'left', 'right',
horizontalCenter', etc.

Manish

-- 
Manish Jethani
http://manishjethani.com

Reply via email to