if (!LwjglInitHelper.initSubSystems("Nifty Controls Demonstation")) {
System.exit(0);
}
// create Nifty and load default styles and controls
Nifty nifty = new Nifty(new LwjglRenderDevice(), new OpenALSoundDevice(), LwjglInitHelper.getInputSystem(), new TimeProvider());
nifty.loadStyleFile("nifty-default-styles.xml");
nifty.loadControlFile("nifty-default-controls.xml");
nifty.registerSound("intro", "sound/19546__tobi123__Gong_mf2.wav");
nifty.registerMusic("credits", "sound/Loveshadow_-_Almost_Given_Up.ogg");
nifty.registerMouseCursor("hand", "mouse-cursor-hand.png", 5, 4);