Hi everyone,
However when I place the resulting Widget into a FlowPanel, it is layouted from top to down, like in a VerticalPanel.
I'm using GWT SDK 2.3.0 right now.
My widget is basically a VerticalPanel containing a header, a content part and a footer. When I simply add some VerticalPanel(s) to the FlowPanel the result looks the same.
What I want to do is the following: I like to display some data in a kind of Tile, that Tile should be placable in any Panel. Perhaps you have a suggestion how to program such a Tile?
Best Regards,
Angelo