![JAR search and dependency download from the Maven repository](/logo.png)
de.lessvoid.nifty.examples.lwjgl.defaultcontrolsxml.SliderDemoMain Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nifty-examples-lwjgl Show documentation
Show all versions of nifty-examples-lwjgl Show documentation
Lots of Nifty example code! You can find the source for nearly all demos/tutorials in here.
package de.lessvoid.nifty.examples.lwjgl.defaultcontrolsxml;
import de.lessvoid.nifty.examples.defaultcontrolsxml.SliderExample;
import de.lessvoid.nifty.examples.lwjgl.NiftyExampleLoaderLWJGL;
/**
* @author Aaron Mahan <[email protected]>
*/
public class SliderDemoMain {
public static void main(final String[] args) {
NiftyExampleLoaderLWJGL.run(new SliderExample());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy