Convert Java Swing to web-based Application

后端 未结 9 1065
再見小時候
再見小時候 2020-12-24 08:14

I have Java swing application. I want to convert to web base application. What is easiest way? Is there any tool available, preferably open source code?

9条回答
  •  一向
    一向 (楼主)
    2020-12-24 08:47

    There is actually a magic tool you could use to convert desktop apps to web apps: AjaxSwing

    But note that it can only convert very simple swing apps. If you use complex renderers, you may not get right results. Also its not free.

提交回复
热议问题