Happy new year monkeys

As the title says i wish a happy new year to all you monkeys out there.
Best luck with your projects and in real life to all of you in 2015.

From all the nice screenshots and projects i have seen here lately its is probably going to be a very interesting year for jme.

to you too))

Happy New Year!!
Write lots of code!

Happy new year everyone!

Happy New Year everyone, be it filled with health, joy, success and brings this great community many many coding rewards!

package newyearpackage;

import com.jme3.app.SimpleApplication;

/**
 * This class is for celebrating new year only.
 * @author kamran wali
 */
public class NewYearMessage extends SimpleApplication {

    
    public static void main(String[] args) {
        NewYearMessage happyNewYear = new NewYearMessage();
        happyNewYear.start();
    }

    @Override
    public void simpleInitApp() {
        
    }

    @Override
    public void simpleUpdate(float tpf) {
        System.out.println("Happy New Year Everyone!");
    }

    @Override
    public void simpleRender(RenderManager rm) {
        //TODO: add render code
    }
}

K Out!

2 Likes

Bonne Année !