Does GWT Layout Panels have to fill the browser width and height? -
does gwt layout panels have fill browser width , height? or there way have instance docklayoutpanel have width of 90%?
try this:
docklayoutpanel.setwidth("90%"); docklayoutpanel.setheight("90%");
Comments
Post a Comment