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-web-freeform-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.modules.web.freeform
├─ org.netbeans.modules.web.freeform.FolderTemplateLookupProviderImpl.class - [JAR]
├─ org.netbeans.modules.web.freeform.LookupProviderImpl.class - [JAR]
├─ org.netbeans.modules.web.freeform.WebFreeFormActionProvider.class - [JAR]
├─ org.netbeans.modules.web.freeform.WebFreeformProperties.class - [JAR]
├─ org.netbeans.modules.web.freeform.WebModules.class - [JAR]
├─ org.netbeans.modules.web.freeform.WebProjectGenerator.class - [JAR]
├─ org.netbeans.modules.web.freeform.WebProjectNature.class - [JAR]
org.netbeans.modules.web.freeform.ui
├─ org.netbeans.modules.web.freeform.ui.NewWebFreeformProjectWizardIterator.class - [JAR]
├─ org.netbeans.modules.web.freeform.ui.WebClasspathCategoryProvider.class - [JAR]
├─ org.netbeans.modules.web.freeform.ui.WebClasspathPanel.class - [JAR]
├─ org.netbeans.modules.web.freeform.ui.WebClasspathWizardPanel.class - [JAR]
├─ org.netbeans.modules.web.freeform.ui.WebLocationsCategoryProvider.class - [JAR]
├─ org.netbeans.modules.web.freeform.ui.WebLocationsPanel.class - [JAR]
├─ org.netbeans.modules.web.freeform.ui.WebLocationsWizardPanel.class - [JAR]