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 wicket-channel-chat-7.3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.wicketstuff.chat.model
├─ org.wicketstuff.chat.model.ChatroomModel.class - [JAR]
org.wicketstuff.chat.channel
├─ org.wicketstuff.chat.channel.EventStore.class - [JAR]
├─ org.wicketstuff.chat.channel.TimerChannelBehavior.class - [JAR]
├─ org.wicketstuff.chat.channel.TimerChannelPublisher.class - [JAR]
├─ org.wicketstuff.chat.channel.TimerChannelService.class - [JAR]
org.wicketstuff.chat.components.chat
├─ org.wicketstuff.chat.components.chat.BaseChatPanel.class - [JAR]
├─ org.wicketstuff.chat.components.chat.ChatFragment.class - [JAR]
├─ org.wicketstuff.chat.components.chat.SimpleChatPanel.class - [JAR]
org.wicketstuff.chat.components.notifications
├─ org.wicketstuff.chat.components.notifications.InvitationPanel.class - [JAR]
├─ org.wicketstuff.chat.components.notifications.NotificationPanel.class - [JAR]
├─ org.wicketstuff.chat.components.notifications.PnotifyPanel.class - [JAR]