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-netbeans-modules-i18n-form-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.modules.i18n.form
├─ org.netbeans.modules.i18n.form.FormI18nInteger.class - [JAR]
├─ org.netbeans.modules.i18n.form.FormI18nIntegerEditor.class - [JAR]
├─ org.netbeans.modules.i18n.form.FormI18nMnemonic.class - [JAR]
├─ org.netbeans.modules.i18n.form.FormI18nMnemonicEditor.class - [JAR]
├─ org.netbeans.modules.i18n.form.FormI18nString.class - [JAR]
├─ org.netbeans.modules.i18n.form.FormI18nStringEditor.class - [JAR]
├─ org.netbeans.modules.i18n.form.FormI18nSupport.class - [JAR]
├─ org.netbeans.modules.i18n.form.I18nFormCrossModule.class - [JAR]
├─ org.netbeans.modules.i18n.form.I18nServiceImpl.class - [JAR]