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 jhotkey-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.yqy7.jhotkey
├─ com.github.yqy7.jhotkey.HotKey.class - [JAR]
├─ com.github.yqy7.jhotkey.HotKeyListener.class - [JAR]
├─ com.github.yqy7.jhotkey.HotKeyModifier.class - [JAR]
├─ com.github.yqy7.jhotkey.HotKeyRegister.class - [JAR]
├─ com.github.yqy7.jhotkey.HotKeyRegisterMac.class - [JAR]
├─ com.github.yqy7.jhotkey.HotKeyRegisterWin.class - [JAR]
├─ com.github.yqy7.jhotkey.HotKeyRegisterX11.class - [JAR]
├─ com.github.yqy7.jhotkey.HotKeyVK.class - [JAR]
├─ com.github.yqy7.jhotkey.KeyMapMac.class - [JAR]
├─ com.github.yqy7.jhotkey.KeyMapWin.class - [JAR]
├─ com.github.yqy7.jhotkey.KeyMapX11.class - [JAR]
├─ com.github.yqy7.jhotkey.MacHotKey.class - [JAR]