// scrollPanel.setAlwaysShowScrollBars(true);
final FocusPanel headerPanel = makeHeader();
Widget resizePanel = new Image(GWT.getModuleBaseURL() + "gwt-log-triangle-10x10.png");
resizePanel.addStyleName(LogClientBundle.INSTANCE.css().logResizeSe());
new MouseResizeHandler(resizePanel);
logDockPanel.add(headerPanel, DockPanel.NORTH);
logDockPanel.add(scrollPanel, DockPanel.CENTER);
logDockPanel.add(resizePanel, DockPanel.SOUTH);