100101102103104105106107108109110
spacer = new HTML(); spacer.setHeight("100px"); content.add(spacer); ImageButton imageButton = new ImageButton(ImageHolder.get().about()); content.add(imageButton); imageButton.setText("ImageButton"); scrollPanel.setWidget(content); }