I am trying to use the GUI examples from the tutorial, but when I enter Interface/tutorial/step2/start-background.png I get nothing, and I’ve had this happen using the monkey image from the beginner tut, when trying to use it in my own project.
When clicking “Project Asssets” I only get build, dist nbproject src test, etc like a normal looking Netbeans Project layout.
So where exactly do I find these images to try out?
Trouble finding the files to run this sample? To get the assets (3D models) used in this example, add the included jme3-test-data.jar to your classpath. In project created with the jMonkeyEngine SDK (recommended), simply right-click your project, choose “Properties”, go to “Libraries”, press “Add Library” and add the preconfigured “jme3-test-data” library.
Yeah, actually I already did that, and at first I thought that was what I needed, I’ve had it for awhile, but it seems like I’m still having issues… The path is exactly the same though?
I think these nifty GUI tutorial assets are not in that jar but I don’t know what jar has them. I’ve never downloaded the project zip for the nifty tutorials so I don’t know. Someone familiar with those specific tutorials will have to comment, I guess.
Wasn’t the point actually to make your own background and assets??
The nifty controls are all included in the nifty-default-controls.jar and nifty-style-black.jar (I ended up making my own controls too ^.^)