Hello :)
I am having problems making my panels display the way they should -
they look almost empty!! :(
For instance when I have this code...
public final void onModuleLoad() {
SplitLayoutPanel p = new SplitLayoutPanel();
p.addWest(new HTML("navigation"), 128);
p.addNorth(new HTML("list"), 384);
p.add(new HTML("details"));
RootLayoutPanel.get().add(p);
}
... I see the following in my browser...
navigation list
details
... which is not very fancy! ;D
What am I missing?! :/
Thanks a lot,
Stine :)
--
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.