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 widget-exam-base-2.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ogema.tools.widgets.test.base
├─ org.ogema.tools.widgets.test.base.Action.class - [JAR]
├─ org.ogema.tools.widgets.test.base.DependencyWidget.class - [JAR]
├─ org.ogema.tools.widgets.test.base.GenericWidget.class - [JAR]
├─ org.ogema.tools.widgets.test.base.WidgetGroups.class - [JAR]
├─ org.ogema.tools.widgets.test.base.WidgetLoader.class - [JAR]
├─ org.ogema.tools.widgets.test.base.WidgetsTestBase.class - [JAR]
├─ org.ogema.tools.widgets.test.base.WidgetsTestBaseMin.class - [JAR]
org.ogema.tools.widgets.test.base.widgets
├─ org.ogema.tools.widgets.test.base.widgets.TestButton.class - [JAR]
├─ org.ogema.tools.widgets.test.base.widgets.TestDropdown.class - [JAR]
├─ org.ogema.tools.widgets.test.base.widgets.TestLabel.class - [JAR]
├─ org.ogema.tools.widgets.test.base.widgets.TestTable.class - [JAR]
├─ org.ogema.tools.widgets.test.base.widgets.TestTextField.class - [JAR]
├─ org.ogema.tools.widgets.test.base.widgets.TestWidgetsFactory.class - [JAR]
org.ogema.tools.widgets.test.base.util
├─ org.ogema.tools.widgets.test.base.util.RequestFuture.class - [JAR]
├─ org.ogema.tools.widgets.test.base.util.Utils.class - [JAR]