Please find uibinder code below :
But, the button is not aligned properly in browser. but it is showing properly in eclipse designer.
Please help me to solve this.
<g:HorizontalPanel ui:field="a" width="100%" height="100%" horizontalAlignment="ALIGN_CENTER" verticalAlignment="ALIGN_MIDDLE">
<g:Button width="150px" height="30px" ui:field="button">Click ThisThis</g:Button>
</g:HorizontalPanel>
Thanks, Bennet