I would like a panel in GWT to fill the page without actually having to set the size. Is there a way to do this? Currently I have the following:
public class M
Try setting the width and/or height of the rootpanel to 100% before adding your widget.