Hi,
I have the following code which seems to render incorrectly:
public void onModuleLoad() {
TabPanel tabPanel = new TabPanel();
HorizontalSplitPanel splitPanel = new HorizontalSplitPanel();
splitPanel.setRightWidget(new Label("Right saudsandfnsafsaj
ndsad
asd sad njsdanjsdanjdsanjsdanj"));
splitPanel.setLeftWidget(new Label("Left uhahssduhauhd uhsda
uhasuhs dauh asuha uhad uhshs ahuas husad hioasd "));
tabPanel.add(splitPanel, "Test1");
tabPanel.add(new Label("2341312"), "Test2");
RootPanel.get().add(tabPanel);
}
The problem is that the text in the SplitPanel is rendered outside of
the border of the TabPanel. If the label is added directly to the
TabPanel, then there is no problems.
Any ideas on how to fix this?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---