Re: how to use one panel for the whole browser window?

2010-05-28 Thread Stefan Bachert
Hi Magnus, you may have a look on the mail sample deliver with GWT. This sample fills the browser window. Stefan Bachert http://gwtworld.de On 28 Mai, 03:49, Magnus wrote: > Hello, > > I would like to build my GUI within one panel that fills the whole > browser window. > > What do I have to do

Re: how to use one panel for the whole browser window?

2010-05-27 Thread kozura
Use one of the Layout Panels in a RootLayoutPanel. Read here: http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html#LayoutPanels On May 27, 7:49 pm, Magnus wrote: > Hello, > > I would like to build my GUI within one panel that fills the whole > browser window. > > What do I have to

how to use one panel for the whole browser window?

2010-05-27 Thread Magnus
Hello, I would like to build my GUI within one panel that fills the whole browser window. What do I have to do in the host page and/or in the panel to stretch it to this dimensions? Thank you! Magnus -- You received this message because you are subscribed to the Google Groups "Google Web Tool