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 translation-editor-2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
fr.vergne.translation.editor.tool
├─ fr.vergne.translation.editor.tool.FileBasedProperties.class - [JAR]
├─ fr.vergne.translation.editor.tool.Search.class - [JAR]
├─ fr.vergne.translation.editor.tool.Tool.class - [JAR]
├─ fr.vergne.translation.editor.tool.ToolProvider.class - [JAR]
fr.vergne.translation.editor
├─ fr.vergne.translation.editor.Editor.class - [JAR]
├─ fr.vergne.translation.editor.ListModel.class - [JAR]
├─ fr.vergne.translation.editor.MapContentPanel.class - [JAR]
├─ fr.vergne.translation.editor.MapListPanel.class - [JAR]
├─ fr.vergne.translation.editor.ProjectLoaderPanel.class - [JAR]
├─ fr.vergne.translation.editor.ToolPanel.class - [JAR]
fr.vergne.translation.editor.content
├─ fr.vergne.translation.editor.content.EntryComponentFactory.class - [JAR]
├─ fr.vergne.translation.editor.content.FilterAction.class - [JAR]
├─ fr.vergne.translation.editor.content.MapCellRenderer.class - [JAR]
├─ fr.vergne.translation.editor.content.MapComponentFactory.class - [JAR]
├─ fr.vergne.translation.editor.content.MapTreeNode.class - [JAR]
├─ fr.vergne.translation.editor.content.SimpleEntryComponent.class - [JAR]
├─ fr.vergne.translation.editor.content.SimpleMapComponent.class - [JAR]
├─ fr.vergne.translation.editor.content.TranslationArea.class - [JAR]