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 dashboard-2020.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.ga2230.dashboard
├─ com.ga2230.dashboard.Dashboard.class - [JAR]
com.ga2230.dashboard.graphics
├─ com.ga2230.dashboard.graphics.JIndicator.class - [JAR]
├─ com.ga2230.dashboard.graphics.JScriptButton.class - [JAR]
com.ga2230.dashboard.communications
├─ com.ga2230.dashboard.communications.BroadcastConnection.class - [JAR]
├─ com.ga2230.dashboard.communications.Communicator.class - [JAR]
├─ com.ga2230.dashboard.communications.Connection.class - [JAR]