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") );
//bar.setHigherWidget( new Image( GWT.getModuleBaseURL()+"gwtip.png") );
//bar.setBarWidget( new Image( GWT.getModuleBaseURL()+"crested_butte.jpg") );
bar.setHeight("400px");
VerticalPanel control = new VerticalPanel();
Button pageDown = new Button("down",
new ClickListener() {
public void onClick(Widget sender) {