6789101112
public class PrettyGalleryPage extends DemoPage { public PrettyGalleryPage() { add(new WebMarkupContainer("prettyGallery") .add(new PrettyGalleryBehavior())); }