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-java-freeform-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.modules.java.freeform.spi.support
├─ org.netbeans.modules.java.freeform.spi.support.NewJavaFreeformProjectSupport.class - [JAR]
org.netbeans.modules.java.freeform.jdkselection
├─ org.netbeans.modules.java.freeform.jdkselection.JdkConfiguration.class - [JAR]
org.netbeans.modules.java.freeform.ui
├─ org.netbeans.modules.java.freeform.ui.ClasspathCategoryProvider.class - [JAR]
├─ org.netbeans.modules.java.freeform.ui.ClasspathPanel.class - [JAR]
├─ org.netbeans.modules.java.freeform.ui.ClasspathWizardPanel.class - [JAR]
├─ org.netbeans.modules.java.freeform.ui.NewJ2SEFreeformProjectWizardIterator.class - [JAR]
├─ org.netbeans.modules.java.freeform.ui.OutputCategoryProvider.class - [JAR]
├─ org.netbeans.modules.java.freeform.ui.OutputPanel.class - [JAR]
├─ org.netbeans.modules.java.freeform.ui.OutputWizardPanel.class - [JAR]
├─ org.netbeans.modules.java.freeform.ui.ProjectModel.class - [JAR]
├─ org.netbeans.modules.java.freeform.ui.SourceFoldersCategoryProvider.class - [JAR]
├─ org.netbeans.modules.java.freeform.ui.SourceFoldersPanel.class - [JAR]
├─ org.netbeans.modules.java.freeform.ui.SourceFoldersWizardPanel.class - [JAR]
org.netbeans.modules.java.freeform
├─ org.netbeans.modules.java.freeform.AnnotationProcessingQueryImpl.class - [JAR]
├─ org.netbeans.modules.java.freeform.Classpaths.class - [JAR]
├─ org.netbeans.modules.java.freeform.JavaActions.class - [JAR]
├─ org.netbeans.modules.java.freeform.JavaFreeformFileBuiltQuery.class - [JAR]
├─ org.netbeans.modules.java.freeform.JavaProjectGenerator.class - [JAR]
├─ org.netbeans.modules.java.freeform.JavaProjectNature.class - [JAR]
├─ org.netbeans.modules.java.freeform.JavadocQuery.class - [JAR]
├─ org.netbeans.modules.java.freeform.LookupMergerImpl.class - [JAR]
├─ org.netbeans.modules.java.freeform.LookupProviderImpl.class - [JAR]
├─ org.netbeans.modules.java.freeform.SourceForBinaryQueryImpl.class - [JAR]
├─ org.netbeans.modules.java.freeform.SourceLevelQueryImpl.class - [JAR]
├─ org.netbeans.modules.java.freeform.TestQuery.class - [JAR]
├─ org.netbeans.modules.java.freeform.UsageLogger.class - [JAR]