I did exactly what http://www.jmonkeyengine.com/wiki/doku.php?id=creating_your_first_app_with_simplegame told me to do, I even tried the final source that is provided in the tutorial but somehow eclipse cant find the constant ALWAYS_SHOW_PROPS_DIALOG. Texture.MM_LINEAR_LINEAR and Texture.FM_LINEAR can't be found either.
So where do I find these constants ? It seems to me I should include another class or something… shouldn't I ?
thanks for your time,
Squarc
If you are working with JME 2.0 instead of JME 1.0 then the code is
Lesson1 app=new Lesson1();
app.setConfigShowMode(ConfigShowMode.AlwaysShow);
app.start();
The Texture.FMLINEAR has also changed, look here: http://www.jmonkeyengine.com/wiki/doku.php?id=jme_to_jme2_changes