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 jazzy-swing-0.5.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.swabunga.spell.swing
├─ com.swabunga.spell.swing.JSpellApplet.class - [JAR]
├─ com.swabunga.spell.swing.JSpellDialog.class - [JAR]
├─ com.swabunga.spell.swing.JSpellForm.class - [JAR]
├─ com.swabunga.spell.swing.JTextComponentSpellChecker.class - [JAR]
├─ com.swabunga.spell.swing.SpellCheckedDocument.class - [JAR]
├─ com.swabunga.spell.swing.SpellEditorKit.class - [JAR]
com.swabunga.spell.swing.autospell
├─ com.swabunga.spell.swing.autospell.AutoSpellCheckHandler.class - [JAR]
├─ com.swabunga.spell.swing.autospell.AutoSpellConstants.class - [JAR]
├─ com.swabunga.spell.swing.autospell.AutoSpellEditorKit.class - [JAR]
├─ com.swabunga.spell.swing.autospell.AutoSpellView.class - [JAR]
├─ com.swabunga.spell.swing.autospell.AutoSpellViewFactory.class - [JAR]