The problem with that suggestion is -- TabPanel has already been deprecated.
The new widget that GWT provides and is suggested for that situation is - TabLayoutPanel. The suggestion to read the code for TabPanel is a great idea, b/c IMHO: TabPanel is a much better widget than TabLayoutPanel. Some additional requirements of the TabLayoutPanel -- must specify barHeight, barUnits, and Height. TabPanel wil auto-magically size to fit its contents. Also -- the TabPanel docs claim that it only works in quirks mode, but my experience is the opposite -- it will only work in Standards mode. -- 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.
