Convert Java Swing to web-based Application

后端 未结 9 1070
再見小時候
再見小時候 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 09:00

    As Vinod mentioned Java Web Start is the easiest way. Another alternative is to convert the application to an Applet that you can run from a web page.

提交回复
热议问题