Should I migrate away from Applets and if so to what?

后端 未结 5 1035
梦谈多话
梦谈多话 2020-12-20 21:14

I\'m a hobby programmer working on developing a Java game (JApplet) that runs in a webpage. I\'ve already completed the coding and it runs fine when using Netbeans but I\'m

5条回答
  •  渐次进展
    2020-12-20 21:22

    I successfully deployed Java Web Start with no problems at all since the first warning that Chrome would be abandoning Java Applets

    I am now working on a replacement using HTML5, so far it can do about 50% of what the Java Applet (or Java Application when run with Web Start) can do

提交回复
热议问题