Hi, here is the raw layout for my app, a chess application: <could not post link to image>
My goal: A menubar at the top and a defined "client region" that contains the "actual main panel", a form or a chess bord... The outer panel is a DockLayoutPanel. The green border marks its center region. The next level is a VerticalPanel, which contains a MenuBar and a LayoutPanel for the center. The red border marks the LayoutPanel. Within the LayoutPanel I want to place another LayoutPanel, which is marked by the gray border. The inner LayoutPanel should show a chess bord, which is realized as a Grid and marked by the green border. The chess board should be centered within its containing LayoutPanel, but it's - left justified, and - vertically streched How can I do it that it is - sized to the necessary size (i. e. not streched) - centered? Well, I am not sure what to do with GWT/panels and what to do with CSS. Could you please point me into the right direction? Maybe I should do it totally different. Thank you Magnus -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
