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