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 pixel-physics-linux-0.5.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.pixel.physics
├─ org.pixel.physics.Body.class - [JAR]
├─ org.pixel.physics.BodyType.class - [JAR]
├─ org.pixel.physics.CollisionEventListener.class - [JAR]
├─ org.pixel.physics.CollisionGroup.class - [JAR]
├─ org.pixel.physics.CollisionManager.class - [JAR]
├─ org.pixel.physics.World.class - [JAR]
org.pixel.physics.shape
├─ org.pixel.physics.shape.CircleShape.class - [JAR]
├─ org.pixel.physics.shape.PolygonShape.class - [JAR]
├─ org.pixel.physics.shape.Shape.class - [JAR]
org.pixel.physics.handler
├─ org.pixel.physics.handler.CircleCollisionHandler.class - [JAR]
├─ org.pixel.physics.handler.CirclePolygonCollisionHandler.class - [JAR]
├─ org.pixel.physics.handler.CollisionHandler.class - [JAR]
├─ org.pixel.physics.handler.PolygonCollisionHandler.class - [JAR]