return title;
}
@Override
public void init(GameContainer container) throws SlickException {
nifty = new Nifty(new SlickRenderDevice(container), new SlickSoundDevice(), new InputSystem() {
public void forwardEvents(final NiftyInputConsumer inputEventConsumer) {
for (MouseEvent event : mouseEvents) {
event.processMouseEvents(inputEventConsumer);
}
mouseEvents.clear();