simplePanel.add(new HTML("test title..."));
          simplePanel.setWidth("100%");
          horizontalPanel.add(simplePanel);
          horizontalPanel.setCellWidth(title, "100%");

          horizontalPanel.setWidth("100%");
          horizontalPanel.setStyleName("debug");  //when show on screen, the
horizontalPanel is not 100% fit to screen width. it only encapsulate
the html title.

          initWidget(horizontalPanel);
--~--~---------~--~----~------------~-------~--~----~
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