View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window libgdx-utils-box2d-0.13.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.badlogic.gdx.physics.box2d
├─ com.badlogic.gdx.physics.box2d.Box2DUtils.class - [JAR]
net.dermetfan.gdx.physics.box2d
├─ net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.class - [JAR]
├─ net.dermetfan.gdx.physics.box2d.Box2DUtils.class - [JAR]
├─ net.dermetfan.gdx.physics.box2d.Breakable.class - [JAR]
├─ net.dermetfan.gdx.physics.box2d.Chain.class - [JAR]
├─ net.dermetfan.gdx.physics.box2d.ContactAdapter.class - [JAR]
├─ net.dermetfan.gdx.physics.box2d.ContactMultiplexer.class - [JAR]
├─ net.dermetfan.gdx.physics.box2d.MouseJointAdapter.class - [JAR]
├─ net.dermetfan.gdx.physics.box2d.PositionController.class - [JAR]
├─ net.dermetfan.gdx.physics.box2d.RotationController.class - [JAR]
├─ net.dermetfan.gdx.physics.box2d.WorldObserver.class - [JAR]
net.dermetfan.gdx.graphics.g2d
├─ net.dermetfan.gdx.graphics.g2d.AnimatedBox2DSprite.class - [JAR]
├─ net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite.class - [JAR]
├─ net.dermetfan.gdx.graphics.g2d.Box2DSprite.class - [JAR]