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 ContextManagerGUI-1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
context_manager.commons
├─ context_manager.commons.Context.class - [JAR]
├─ context_manager.commons.IconUtils.class - [JAR]
├─ context_manager.commons.PopupHtml.class - [JAR]
├─ context_manager.commons.ReleaseNotes.class - [JAR]
├─ context_manager.commons.SplashUtils.class - [JAR]
├─ context_manager.commons.Utils.class - [JAR]
context_manager.gui
├─ context_manager.gui.ContextManagerFrame.class - [JAR]
├─ context_manager.gui.ContextSynoptic.class - [JAR]
├─ context_manager.gui.ContextTable.class - [JAR]
├─ context_manager.gui.ContextTableDialog.class - [JAR]
├─ context_manager.gui.InputContextDialog.class - [JAR]
├─ context_manager.gui.ScalarTableViewer.class - [JAR]