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-form-j2ee-RELEASE90.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.modules.form.j2ee.wizard
├─ org.netbeans.modules.form.j2ee.wizard.DetailPanel.class - [JAR]
├─ org.netbeans.modules.form.j2ee.wizard.MasterDetailGenerator.class - [JAR]
├─ org.netbeans.modules.form.j2ee.wizard.MasterDetailWizard.class - [JAR]
├─ org.netbeans.modules.form.j2ee.wizard.MasterPanel.class - [JAR]
org.netbeans.modules.form.j2ee
├─ org.netbeans.modules.form.j2ee.DBColumnDrop.class - [JAR]
├─ org.netbeans.modules.form.j2ee.DBConnectionDrop.class - [JAR]
├─ org.netbeans.modules.form.j2ee.DBTableDrop.class - [JAR]
├─ org.netbeans.modules.form.j2ee.EntityManagerCreator.class - [JAR]
├─ org.netbeans.modules.form.j2ee.Installer.class - [JAR]
├─ org.netbeans.modules.form.j2ee.J2EEComponentDropProvider.class - [JAR]
├─ org.netbeans.modules.form.j2ee.J2EEPropertyModifier.class - [JAR]
├─ org.netbeans.modules.form.j2ee.J2EEUtils.class - [JAR]
├─ org.netbeans.modules.form.j2ee.JPADataImporter.class - [JAR]
├─ org.netbeans.modules.form.j2ee.QueryCreator.class - [JAR]
├─ org.netbeans.modules.form.j2ee.QueryResultListCreator.class - [JAR]