Hello All,
I've started GWT studying few days ago. And I have a lot of questions.
For example, I need to create next layout:
+------------------------------------------------------------------------------------------------------------------------
+
| Logo Image Here | Empty
space | Help |
+------------------------------------------------------------------------------------------------------------------------
+
I've tried next approach:
DockPanel header = new DockPanel();
header.add(clientImageBundle.firstmileLogo().createImage(),
DockPanel.WEST);
header.add(helpLink, DockPanel.EAST);
But it doesn't work.
Can anyone help me?
Thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---