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 talent-aio-examples-im-client-1.0.0-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.talent.aio.examples.im.client
├─ com.talent.aio.examples.im.client.ImClientAioHandler.class - [JAR]
├─ com.talent.aio.examples.im.client.ImClientAioListener.class - [JAR]
├─ com.talent.aio.examples.im.client.ImClientStarter.class - [JAR]
com.talent.aio.examples.im.client.ui
├─ com.talent.aio.examples.im.client.ui.JFrameMain.class - [JAR]
├─ com.talent.aio.examples.im.client.ui.LogbackFilter.class - [JAR]
com.talent.aio.examples.im.client.ui.component
├─ com.talent.aio.examples.im.client.ui.component.MsgTextAreaJPopupMenu.class - [JAR]
├─ com.talent.aio.examples.im.client.ui.component.MsgTextAreaJPopupMenuBeanInfo.class - [JAR]
├─ com.talent.aio.examples.im.client.ui.component.MyTextArea.class - [JAR]
├─ com.talent.aio.examples.im.client.ui.component.MyTextAreaBeanInfo.class - [JAR]
com.talent.aio.examples.im.client.handler
├─ com.talent.aio.examples.im.client.handler.AuthRespHandler.class - [JAR]
├─ com.talent.aio.examples.im.client.handler.ChatRespHandler.class - [JAR]
├─ com.talent.aio.examples.im.client.handler.ImBsAioHandlerIntf.class - [JAR]
├─ com.talent.aio.examples.im.client.handler.JoinRespHandler.class - [JAR]