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.tinygroup.menuframe-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.tinygroup.menuframe.config
├─ org.tinygroup.menuframe.config.Menu.class - [JAR]
├─ org.tinygroup.menuframe.config.Menus.class - [JAR]
├─ org.tinygroup.menuframe.config.SubLink.class - [JAR]
├─ org.tinygroup.menuframe.config.SubLinks.class - [JAR]
├─ org.tinygroup.menuframe.config.User.class - [JAR]
├─ org.tinygroup.menuframe.config.UserConfigs.class - [JAR]
org.tinygroup.menuframe.manager
├─ org.tinygroup.menuframe.manager.MenuTreeManager.class - [JAR]
├─ org.tinygroup.menuframe.manager.UserAuthManager.class - [JAR]
org.tinygroup.menuframe.manager.impl
├─ org.tinygroup.menuframe.manager.impl.MenuTreeManagerImpl.class - [JAR]
├─ org.tinygroup.menuframe.manager.impl.UserAuthManagerImpl.class - [JAR]
org.tinygroup.menuframe.fileresolver
├─ org.tinygroup.menuframe.fileresolver.ManageMenusLoaderFileProcessor.class - [JAR]
├─ org.tinygroup.menuframe.fileresolver.ManageSublinksLoaderFileProcessor.class - [JAR]
├─ org.tinygroup.menuframe.fileresolver.ManageUserConfigLoaderFileProcessor.class - [JAR]
org.tinygroup.menuframe.dto
├─ org.tinygroup.menuframe.dto.MenuInfo.class - [JAR]
├─ org.tinygroup.menuframe.dto.MenuNode.class - [JAR]
org.tinygroup.menuframe.util
├─ org.tinygroup.menuframe.util.MenuUtil.class - [JAR]