Questions tagged [nifty-gui]

Nifty GUI is a Java Library that supports the building of interactive user interfaces.

Nifty GUI is a Java Library that supports the building of interactive user interfaces for games or similar applications. It utilizes lwjgl for OpenGL rendering. The configuration of the GUI is stored in xml files with little supporting Java code.

31 questions
0
votes
1 answer

How to load an image to java application assets folder

I'm going to make a java application with nifty-gui[1] using java web start When user click on upload image, a file chooser is showed (FileOpenService) After that, image should be visible in image control. Unfortunately, nifty-gui can use images…
Marek Bardoński
  • 529
  • 1
  • 5
  • 14
1 2
3