Refering to the GWT showcase, the checkbox is lined up naturally
(http://gwt.google.com/samples/Showcase/Showcase.html#CwFlowPanel).
But I cannot make the Hyperlink flow naturally. Each hyperlink is
placed on the other line.

Code:
            FlowPanel panel = new FlowPanel();
            panel.add(new Hyperlink("A", ""));
            panel.add(new Hyperlink("B", ""));
            panel.add(new Hyperlink("C", ""));
            panel.add(new Hyperlink("D", ""));
            RootPanel.get("canvas").add(panel);

Can anyone help? Thank you.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to