*/
public class CloudZoomPage extends DemoPage {
public CloudZoomPage() {
add(new CloudZoomImagePanel("cloudZoom", new CloudZoomOptions(
new CloudZoomImage("_images/cloudzoom/bigimage.jpg",
"_images/cloudzoom/smallimage.jpg")).adjustX(10)
.adjustY(-4).softFocus(true).tint("#123").showTitle(true)));
}