Hi,
I got:
                final HorizontalPanel rightMenuPanel = new HorizontalPanel();
                
//rightMenuPanel.setHorizontalAlignment(HorizontalPanel.ALIGN_LEFT);
                rightMenuPanel.setSize("597px", "35px");

I want to add 3 buttons and push them to left corner, how can I do it?
like this
| btn. A |  btn. B | btn. C |

but i get this.
| btn. A |                       |  btn. B |
| btn. C |

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to