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 jfxvnc-app-1.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jfxvnc.app
├─ org.jfxvnc.app.VncClientApp.class - [JAR]
org.jfxvnc.app.persist
├─ org.jfxvnc.app.persist.HistoryEntry.class - [JAR]
├─ org.jfxvnc.app.persist.SessionContext.class - [JAR]
org.jfxvnc.app.presentation.vnc
├─ org.jfxvnc.app.presentation.vnc.VncView.class - [JAR]
├─ org.jfxvnc.app.presentation.vnc.VncViewPresenter.class - [JAR]
org.jfxvnc.app.presentation
├─ org.jfxvnc.app.presentation.MainView.class - [JAR]
├─ org.jfxvnc.app.presentation.MainViewPresenter.class - [JAR]
org.jfxvnc.app.presentation.about
├─ org.jfxvnc.app.presentation.about.AboutView.class - [JAR]
├─ org.jfxvnc.app.presentation.about.AboutViewPresenter.class - [JAR]
org.jfxvnc.app.presentation.detail
├─ org.jfxvnc.app.presentation.detail.DetailView.class - [JAR]
├─ org.jfxvnc.app.presentation.detail.DetailViewPresenter.class - [JAR]
org.jfxvnc.app.presentation.connect
├─ org.jfxvnc.app.presentation.connect.ConnectView.class - [JAR]
├─ org.jfxvnc.app.presentation.connect.ConnectViewPresenter.class - [JAR]
org.jfxvnc.app.presentation.info
├─ org.jfxvnc.app.presentation.info.InfoView.class - [JAR]
├─ org.jfxvnc.app.presentation.info.InfoViewPresenter.class - [JAR]