On 8 juil, 05:07, 任胜韦 <[email protected]> wrote:
> Please show me a simple example "how to place two widgets on the same line"
> I usually wirte code like this:
> #
> panel.add(label);
> panel.add(textbox);
> #
> and these two widgets are always in two lines.

If textbox is a TextBox and label is a Label, just use an InlineLabel
instead.

(and Firebug/Web Inspector/IE8's Developer Tools are your friends!)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to