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-api-dashboard-RELEASE220.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.api.dashboard
├─ org.netbeans.api.dashboard.DashboardManager.class - [JAR]
org.netbeans.modules.dashboard
├─ org.netbeans.modules.dashboard.Bundle.class - [JAR]
├─ org.netbeans.modules.dashboard.DashboardPanel.class - [JAR]
├─ org.netbeans.modules.dashboard.DashboardTopComponent.class - [JAR]
├─ org.netbeans.modules.dashboard.DefaultDashboardDisplayer.class - [JAR]
├─ org.netbeans.modules.dashboard.ShowDashboardAction.class - [JAR]
├─ org.netbeans.modules.dashboard.WidgetComponents.class - [JAR]
├─ org.netbeans.modules.dashboard.WidgetPanel.class - [JAR]
org.netbeans.spi.dashboard
├─ org.netbeans.spi.dashboard.DashboardDisplayer.class - [JAR]
├─ org.netbeans.spi.dashboard.DashboardWidget.class - [JAR]
├─ org.netbeans.spi.dashboard.WidgetElement.class - [JAR]