Where is BombControl?

With a little work I was able to get the Physics example to work from:



https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:beginner:hello_physics



So I wanted to try the explosive one in the WebStart version from here:



http://jmonkeyengine.googlecode.com/svn/trunk/engine/src/test/jme3test/bullet/TestBrickWall.java



I get the error:



cannot find symbol: class BombControl



for the line:

RigidBodyControl bulletNode = new BombControl(assetManager, bulletCollisionShape, 1);



Any suggestions?



BTW, I’ve installed this on multiple Windows machines with the same result.

In the same folder the test you copied is?

I was downloading these from the web site



http://jmonkeyengine.googlecode.com/svn/trunk/engine/src/test/jme3test/bullet/



and I missed that file. Thanks!



http://jmonkeyengine.googlecode.com/svn/trunk/engine/src/test/jme3test/bullet/BombControl.java



For anyone else that needs it.