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 hscore-bukkit-gui-4.3.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.hsgamer.hscore.bukkit.gui
├─ me.hsgamer.hscore.bukkit.gui.BukkitGUIDisplay.class - [JAR]
├─ me.hsgamer.hscore.bukkit.gui.BukkitGUIHolder.class - [JAR]
├─ me.hsgamer.hscore.bukkit.gui.BukkitGUIListener.class - [JAR]
├─ me.hsgamer.hscore.bukkit.gui.BukkitGUIUtils.class - [JAR]
├─ me.hsgamer.hscore.bukkit.gui.package-info.class - [JAR]
me.hsgamer.hscore.bukkit.gui.object
├─ me.hsgamer.hscore.bukkit.gui.object.BukkitItem.class - [JAR]
├─ me.hsgamer.hscore.bukkit.gui.object.package-info.class - [JAR]
me.hsgamer.hscore.bukkit.gui.event
├─ me.hsgamer.hscore.bukkit.gui.event.BukkitCancellableEvent.class - [JAR]
├─ me.hsgamer.hscore.bukkit.gui.event.BukkitClickEvent.class - [JAR]
├─ me.hsgamer.hscore.bukkit.gui.event.BukkitCloseEvent.class - [JAR]
├─ me.hsgamer.hscore.bukkit.gui.event.BukkitDragEvent.class - [JAR]
├─ me.hsgamer.hscore.bukkit.gui.event.BukkitInventoryEvent.class - [JAR]
├─ me.hsgamer.hscore.bukkit.gui.event.BukkitOpenEvent.class - [JAR]
├─ me.hsgamer.hscore.bukkit.gui.event.package-info.class - [JAR]