msauter
10 Jul 2009, 4:32 AM
Is it possible to position my GWT-page in the center (horizontal and vertical) of the browser, using EXT or GWT-functions? I am only adding my own Widget to the RootPanel, so i think changes should be made there?
public void onModuleLoad() {
MyComplexLayout complex = new MyComplexLayout();
RootPanel.get().add(complex);
Thanks for help! :)
public void onModuleLoad() {
MyComplexLayout complex = new MyComplexLayout();
RootPanel.get().add(complex);
Thanks for help! :)