JFX VNC is a Java VNC remote desktop client based on JavaFX and divided into two parts. One module (jfxvnc-net) contains RFB/VNC protocol codec and handler. The other module (jfxvnc-ui) wraps JavaFX UI components with the VNC viewer app.
This project has declared the following modules:
Name | Description |
---|---|
jfxvnc-net | RFB/VNC protocol codec and handler based on netty |
jfxvnc-ui | JavaFX UI components |
jfxvnc-app | JavaFX UI components with the VNC viewer app |
jfxvnc-swing | JavaFX Swing UI components |