[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: swapping composites

It's even easier. Use a StackLayout on the outer composite, and then set the layout's topControl field to the control to be on top and then call layout() on the outer composite.

That is exactly what StackLayout is for, switching in composited.


-- Thanks, Rich Kulp