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 uiengine-0.0.12.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.tinygroup.uiengine.manager
├─ org.tinygroup.uiengine.manager.UIComponentManager.class - [JAR]
org.tinygroup.uiengine.config
├─ org.tinygroup.uiengine.config.Macro.class - [JAR]
├─ org.tinygroup.uiengine.config.MacroParameter.class - [JAR]
├─ org.tinygroup.uiengine.config.Macros.class - [JAR]
├─ org.tinygroup.uiengine.config.SubMacro.class - [JAR]
├─ org.tinygroup.uiengine.config.UIComponent.class - [JAR]
├─ org.tinygroup.uiengine.config.UIComponents.class - [JAR]
org.tinygroup.uiengine.manager.impl
├─ org.tinygroup.uiengine.manager.impl.UIComponentManagerImpl.class - [JAR]
org.tinygroup.uiengine.fileresolver
├─ org.tinygroup.uiengine.fileresolver.UIComponentFileProcessor.class - [JAR]