This is not exactly a direct programming-related question, and thus will probably be closed soon.
Regardless, one does not program games in JBox2D, one programs games with JBox2D. If you re looking for help in using the jbox2d library, a quick Google search turned up one tutorial (for android, but I would expect the general use of the library to be quite general) that looks like it may be helpful - alternatively, try the JBox2D user manual.
On the other hand, if what you really want to know is how to program games in general... well, that s a far larger topic and one that is best solved with a Google search for game tutorials. Just remember that game-making is a general topic, not platform specific, so don t shy away from tutorials not written for Java - try and adapt their example code instead, and you may learn even more!