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

de.agilecoders.wicket.markup.html.themes.wicket.WicketTheme Maven / Gradle / Ivy

package de.agilecoders.wicket.markup.html.themes.wicket;

import de.agilecoders.wicket.settings.Theme;

/**
 * Wicket theme.
 *
 * @author miha
 * @version 1.0
 */
public class WicketTheme extends Theme {

    /**
     * Construct.
     */
    public WicketTheme() {
        super("wicket", WicketThemeCssResourceReference.INSTANCE);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy