PrettyFormLayout pf = new PrettyFormLayout();
VerticalPanel header = new VerticalPanel();
ConstantsCore constants = ((ConstantsCore) GWT.create(ConstantsCore.class));
Label caption = new Label(constants.ShowRecentLogTip());
caption.getElement().getStyle().setFontWeight(FontWeight.BOLD);
header.add(caption);
pf.addHeader(GuvnorImages.INSTANCE.EventLog(),
header);