tags:

views:

23

answers:

0

Does anybody know how to resize a GWT DockLayoutPanel's child panels? When I add a directional panel I have to give it a size ie:

panel.addSouth(new HTML("south"), 2);

How can I then resize this south panel after the fact?