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-project-libraries-ui-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.spi.project.libraries
├─ org.netbeans.spi.project.libraries.LibraryCustomizerContext.class - [JAR]
org.netbeans.api.project.libraries
├─ org.netbeans.api.project.libraries.Bundle.class - [JAR]
├─ org.netbeans.api.project.libraries.LibrariesCustomizer.class - [JAR]
├─ org.netbeans.api.project.libraries.LibraryChooser.class - [JAR]
├─ org.netbeans.api.project.libraries.LibraryChooserGUI.class - [JAR]
org.netbeans.modules.project.libraries.ui
├─ org.netbeans.modules.project.libraries.ui.ALPUtils.class - [JAR]
├─ org.netbeans.modules.project.libraries.ui.AllLibrariesCustomizer.class - [JAR]
├─ org.netbeans.modules.project.libraries.ui.Bundle.class - [JAR]
├─ org.netbeans.modules.project.libraries.ui.LibrariesCustomizer.class - [JAR]
├─ org.netbeans.modules.project.libraries.ui.LibrariesCustomizerAction.class - [JAR]
├─ org.netbeans.modules.project.libraries.ui.LibrariesModel.class - [JAR]
├─ org.netbeans.modules.project.libraries.ui.LibraryRenderer.class - [JAR]
├─ org.netbeans.modules.project.libraries.ui.NewLibraryPanel.class - [JAR]
├─ org.netbeans.modules.project.libraries.ui.ProxyLibraryImplementation.class - [JAR]