PDA

View Full Version : GWT-ext Panel equivalent?



lightblade
21 Oct 2008, 8:24 PM
Hi,

I just switched over from GWT-ext, and I'm looking for basic GUI building block like the Panel in GWT-ext. There doesn't seem to have a Panel class in GXT, so is there any equivalent?

skanberg
21 Oct 2008, 10:15 PM
Take a look at LayoutContainer and the different subclasses of that class.

/Fredrik