final SoftScrollArea ssp = new SoftScrollArea();
scroll.add(ssp, DockPanel.CENTER);
ssp.setWidth("500px");
ssp.setHeight("500px");
VerticalPanel vp = new VerticalPanel();
vp.add(new Image(GWT.getModuleBaseURL() + "crested_butte.jpg"));
final Button visible = new Button("ensure visible test");
vp.setHorizontalAlignment(HasHorizontalAlignment.ALIGN_RIGHT);
vp.add(visible);
vp.add(new Image(GWT.getModuleBaseURL() + "crested_butte.jpg"));
vp.add(new Image(GWT.getModuleBaseURL() + "crested_butte.jpg"));
vp.add(new Image(GWT.getModuleBaseURL() + "crested_butte.jpg"));
ssp.setWidget(vp);
SoftScrollbar bar = new SoftAnimatedScrollbar(ssp);
//bar.setLowerWidget( new Image( GWT.getModuleBaseURL()+"gwtip.png") );