{{theTime}}

Search This Blog

Total Pageviews

GWT DockLayoutPanel


DockLayoutPanel dlp = new DockLayoutPanel(Unit.EM);
dlp.addNorth(new HTML("header"), 2);
dlp.addSouth(new HTML("footer"), 2);
dlp.addWest(new HTML("navigation"), 10);
dlp.add(new HTML("HTML Contents"));
Do not mention center panel size, the remaining space will be allocated to the center panel.

No comments:

java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport

SpringBoot Error: java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.j...