GWT 2.4
public void onModuleLoad() {
TabLayoutPanel tabLayoutPanel = new TabLayoutPanel(2.5, Unit.EM); //
or using TabPanel instead
tabLayoutPanel.add(new Label("hi"), "tab");
RootPanel.get().add(tabLayoutPanel);
}
It only shows the tab, but the label (or other kind of widget under
test) is invisible. Why?
--
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.