Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] multiple pages in swt using eclipse 4

On Sun, Jun 12, 2011 at 3:44 PM, Ann Smith <annsmith.smith38@xxxxxxxxx> wrote:
I found a few examples on the web but all of them are using a shell and a display. Within my code Im calling:
'

final

GridLayout layout = new GridLayout(2, false);

parent.setLayout(layout);'

If parent is your parent composite, you can set a StackLayout on that composite.  Any child composites of parent will then be stacked, only one visible at a time.

PW


--
Paul Webster
Hi floor.  Make me a sammich! - GIR

Back to the top