Perhaps I haven\'t been searching the right way but I cannot figure out for the life of me how to center an element using GWT Layout Panels.
I\'m using UiBinder and I\'v
You can use styleName attribute in your component. For Example:
styleName
and have
.verticalAlign{ vertical-align: middle; }
in your style.css