All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.googlecode.wicketslides.demo.GalleryApplication Maven / Gradle / Ivy

Go to download

wicket adaptor for Smoothgallery javascript slideshow library based on Mootools 1.2

The newest version!
package com.googlecode.wicketslides.demo;

import org.apache.wicket.protocol.http.WebApplication;

public class GalleryApplication extends WebApplication {

	@Override
	public Class getHomePage() {
		return GalleryDemoPage.class;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy