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 org.cogchar.bundle.demo.dictation-1.1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.cogchar.bundle.demo.dictation.ui
├─ org.cogchar.bundle.demo.dictation.ui.DefaultDictationGrabber.class - [JAR]
├─ org.cogchar.bundle.demo.dictation.ui.DictationFrame.class - [JAR]
├─ org.cogchar.bundle.demo.dictation.ui.DictationGrabber.class - [JAR]
├─ org.cogchar.bundle.demo.dictation.ui.DictationPanel.class - [JAR]
├─ org.cogchar.bundle.demo.dictation.ui.GrabberPanel.class - [JAR]
├─ org.cogchar.bundle.demo.dictation.ui.Refocuser.class - [JAR]
org.cogchar.bundle.demo.dictation.sound
├─ org.cogchar.bundle.demo.dictation.sound.SoundDetectConfig.class - [JAR]
├─ org.cogchar.bundle.demo.dictation.sound.SoundDetector.class - [JAR]
org.cogchar.bundle.demo.dictation.osgi
├─ org.cogchar.bundle.demo.dictation.osgi.Activator.class - [JAR]
├─ org.cogchar.bundle.demo.dictation.osgi.DictationConfigUtils.class - [JAR]