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 k5-compose-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ui
├─ ui.SketchViewKt.class - [JAR]
math
├─ math.AngleMode.class - [JAR]
├─ math.CalculationsKt.class - [JAR]
├─ math.ConstantsKt.class - [JAR]
├─ math.NoiseKt.class - [JAR]
├─ math.Perlin.class - [JAR]
├─ math.RandomKt.class - [JAR]
├─ math.TrigonometryKt.class - [JAR]
├─ math.Vector2D.class - [JAR]
├─ math.Vector2DKt.class - [JAR]