0
<g:DockLayoutPanel unit='PX' ui:field="dock1">
<g:north size='40'>
<g:DockLayoutPanel unit='PX' ui:field="dock2">......</g:DockLayoutPanel>
</g:north>
</g:DockLayoutPanel>
如何對齊的dock1
g:north
的dock2
爲CENTER &到中間?如何對齊GWT/UiBinder中DockLayoutPanel塊內的元素?