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-platform-ui-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.api.java.platform
├─ org.netbeans.api.java.platform.PlatformsCustomizer.class - [JAR]
org.netbeans.modules.java.platform.wizard
├─ org.netbeans.modules.java.platform.wizard.LocationChooser.class - [JAR]
├─ org.netbeans.modules.java.platform.wizard.PlatformInstallIterator.class - [JAR]
├─ org.netbeans.modules.java.platform.wizard.SelectorPanel.class - [JAR]
org.netbeans.modules.java.platform
├─ org.netbeans.modules.java.platform.DefaultJavaPlatformProvider.class - [JAR]
├─ org.netbeans.modules.java.platform.InstallerRegistry.class - [JAR]
├─ org.netbeans.modules.java.platform.PlatformSettings.class - [JAR]
org.netbeans.modules.java.platform.ui
├─ org.netbeans.modules.java.platform.ui.PlatformsCustomizer.class - [JAR]
├─ org.netbeans.modules.java.platform.ui.PlatformsCustomizerAction.class - [JAR]
org.netbeans.spi.java.platform
├─ org.netbeans.spi.java.platform.CustomPlatformInstall.class - [JAR]
├─ org.netbeans.spi.java.platform.GeneralPlatformInstall.class - [JAR]
├─ org.netbeans.spi.java.platform.PlatformInstall.class - [JAR]