I want to make the two image side by side and the label under the two image, I try to use the method mentioned in
Moving to Standards Mode
which said
use FlowPanel, and to use the float: left; CSS property on its children
to simulate the effect of HorizontalPanel, but fail, the label is next to the image.
Also, the image could not auto resize according to my setSize method on image widget.
so many white space is left,
how to solve these two problems?
the relevant code is attached as follows: