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 NyaApplet-0.17.31.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.chikyukido.nyaapplet.api
├─ io.github.chikyukido.nyaapplet.api.ApiUrls.class - [JAR]
io.github.chikyukido.nyaapplet.manager
├─ io.github.chikyukido.nyaapplet.manager.NyaManager.class - [JAR]
io.github.chikyukido.nyaapplet.commands
├─ io.github.chikyukido.nyaapplet.commands.NyaImageCommand.class - [JAR]
├─ io.github.chikyukido.nyaapplet.commands.NyaMainCommand.class - [JAR]
├─ io.github.chikyukido.nyaapplet.commands.NyaTypeCommand.class - [JAR]
io.github.chikyukido.nyaapplet.listener
├─ io.github.chikyukido.nyaapplet.listener.AutoCompleteListener.class - [JAR]
io.github.chikyukido.nyaapplet
├─ io.github.chikyukido.nyaapplet.NyaApplet.class - [JAR]
├─ io.github.chikyukido.nyaapplet.NyaConfiguration.class - [JAR]