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