Смотрите какую штуку мы выпустили:
https://github.com/JetBrains/projector-docker – Currently the server works only on Linux, so the best way to start if you are not a Linux user is use Docker (under GPLv2 license).
https://github.com/JetBrains/projector-server – A server-side library for running Swing apps (under GPLv2 license).
https://github.com/JetBrains/projector-client – A web client, and a protocol implementation (under MIT license).
https://github.com/JetBrains/projector-markdown-plugin – A Projector-friendly implementation of IntelliJ’s Markdown plugin. This plugin replaces the regular plugin to be able to render markdown directly in the client browser (under MIT license).
https://github.com/JetBrains/projector-demo – If you are interested in running your Swing applications or you would like to know how Projector works, project-demo is the best way to get started. This repository contains a minimalistic Swing application and examples of running it with Projector (under GPLv2 license).