The PDF Simple--HelloWorld

setDialogBehavior



where is this function?

I cannot display it in my program.

My class is extends SimpleGame

vince0203 said:

setDialogBehavior

where is this function?
I cannot display it in my program.
My class is extends SimpleGame

"The power has been yours all along..." :D




public class YourGame extends SimpleGame {

    public static void main( String[] args ) {
        YourGame app = new YourGame();
        app.setConfigShowMode( ConfigShowMode.AlwaysShow );
        app.start();
    }

    protected void simpleInitGame() {
    }
}



(Unfortunately the documentation is 'in the process of being updated to 2.0'; and the method name is different)

http://www.jmonkeyengine.com/wiki/doku.php?id=jme_to_jme2_changes <- Tidbits that will help