Eelco;

How do i layout components dynamically in panel? i.e, there is not markup
like a table to determine the position?

if i write myPanel.add(field1)  and myPanel.add(field2) and i want the
fields to be laid out a) side by side b) one below the other, how do i do it
?



regards and thanks.

On Thu, Jan 28, 2010 at 8:11 AM, Eelco Hillenius
<[email protected]>wrote:

> >The problem i have is
> > adding components to the Window/tab because there is not existing markup.
>
> Use panels as place holders. They can contain anything you like at
> runtime including nothing at all. Rinse and repeat.
>
> Eelco
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to