GWT: Better Layouts Through SubclassingHere's a way to handle your layouts a little differently in GWT. Let's go beyond the canned tutorials that feature a single Panel layout and imagine the following structure. Here we are using a DockPanel as a top-level container, with various other panels embedded inside of it.
