public ProgressBarViewImpl() {
FlowPanel content = new FlowPanel();
content.getElement().getStyle().setMarginTop(20, Unit.PX);
content.add(new ProgressBar());
HTML html = new HTML("animation is purely done with css");
html.getElement().setAttribute("style", "text-align: center; padding: 20px;");
content.add(html);