I want to add a south panel to SplitLayout
.
The GWT showcase shows that you can add two south panel to the SplitLayout
widget and the layout will place them in order.
My problem is that I only want to put one south panel into SplitLayout
but I want to position it to the place of the inner south panel. How can I do that?