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 robot-1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.afu.robot.constant
├─ io.afu.robot.constant.PointConstant.class - [JAR]
io.afu.robot
├─ io.afu.robot.RobotInstance.class - [JAR]
├─ io.afu.robot.main.class - [JAR]
io.afu.robot.command
├─ io.afu.robot.command.BaseCommand.class - [JAR]
io.afu.robot.mouse
├─ io.afu.robot.mouse.Mouse.class - [JAR]
io.afu.robot.screen
├─ io.afu.robot.screen.ScreenHelper.class - [JAR]
io.afu.robot.keyboard
├─ io.afu.robot.keyboard.TypeIn.class - [JAR]
io.afu.robot.dto
├─ io.afu.robot.dto.Point.class - [JAR]
├─ io.afu.robot.dto.ScreenInfo.class - [JAR]
io.afu.robot.media
├─ io.afu.robot.media.Mp3ToWavConverter.class - [JAR]