Hi,
Is it possible to change the RootLayoutPanel to RootPanel in the ScaffoldDesktopApp?
Printable View
Hi,
Is it possible to change the RootLayoutPanel to RootPanel in the ScaffoldDesktopApp?
Yes, you just need to change the code to RootPanel.get()... instead of RootLayoutPanel.get()..
For detail, you can refer to gwt document
But It's not so simple, when I did the change only shows the header, entities were hidden...