-
Heya!
I need some help with the Nifty-Chat. So I got the following in my XML:
``` XML
```
... And this in java:
``` JAVA
@NiftyEventSubscriber(id="chat1")
public final void onSendText(final St…
-
Probably it's because i forgot something, but i don't get even the samples to work with Slick2d and the Java2d test. When i flipX() the player, the positions of the images are messed up. The bones are…
-
_Since I couldn't find a better place to ask for help, I am now opening a new issue - I hope you don't mind..._
I recently discovered NiftyGUI and wanted to try it out in one of my projects. Since it…
-
Hi ! I just downloaded the package and I ran into a Build error when doing the first mvn clean install.
Here is an extract of the error log :
```
Command line was: "C:\Program Files\Java\jdk1.7.0_40…
-
It seems like all my nifty hints have vanished out of this universe (they don't seem to think that appearing on the screen would be worth the effort)... all other hover effects survived, however.
Agai…
-
I know. Another textfield issue ;). I'm not sure if this one is nifty or lwjgl or some combination of both. But I'm betting this one only happens on OS X, as lwjgl got a complete OS X rewrite, includi…
ghost updated
10 years ago
-
It'd be great if LibGDX had an FPS counter, similar to how it was in Slick2D
-
I am following this tutorial on how to export a Slick2D project into a single launchable jar file:
http://www.youtube.com/watch?v=K6K2d6LGvu8
Instead of including slick2d/jogg-0.0.7.jar and jorbis-0…
-
Hello
I tried to run AllDemoMain in the slick example package, but I'm struck with the following stack trace:
```
Exception in thread "main" java.lang.NoSuchMethodError: org.newdawn.slick.Font.getWi…
-
OK I must just be missing a single piece of the puzzle.
I have my main game class that extends NiftyStateBasedGame which gets passed true for the singleNiftyGuiInstance param. It loads in 2 states t…