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 yamif-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
dev.pelkum.yamif.components
├─ dev.pelkum.yamif.components.Button.class - [JAR]
├─ dev.pelkum.yamif.components.Component.class - [JAR]
├─ dev.pelkum.yamif.components.Item.class - [JAR]
dev.pelkum.yamif.gui
├─ dev.pelkum.yamif.gui.GUI.class - [JAR]
├─ dev.pelkum.yamif.gui.GUIBuilder.class - [JAR]
├─ dev.pelkum.yamif.gui.GUIInventoryHolder.class - [JAR]
dev.pelkum.yamif.grid
├─ dev.pelkum.yamif.grid.Coordinate.class - [JAR]
├─ dev.pelkum.yamif.grid.SlotRange.class - [JAR]