
de.lessvoid.nifty.examples.slick2d.allcontrols.AllControlsDemoMain Maven / Gradle / Ivy
package de.lessvoid.nifty.examples.slick2d.allcontrols;
import de.lessvoid.nifty.examples.allcontrols.AllControlsDemoStartScreen;
import de.lessvoid.nifty.examples.slick2d.SlickExampleLoader;
/**
* Demo class to execute the all controls demonstration.
*
* @author Martin Karing <[email protected]>
*/
public class AllControlsDemoMain {
/**
* Execute the demonstration.
*
* @param args call arguments - have no effect
*/
public static void main(final String[] args) {
SlickExampleLoader.createGame(new SlickExampleLoader(new AllControlsDemoStartScreen()));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy