将Java应用程序转换为JApplet以供在线访问

发布于 2025-01-03 19:28:48 字数 236 浏览 1 评论 0原文

我有一个两难的困境。我使用 Netbeans 实现了一个 java 应用程序,在实现它时我使用了 JFrame,现在我想将其转换为 JApplet,以便它本质上可以充当 Web 服务。我有很多类,我尝试按照本网站上一些解决方案中的指示将 JFrame 更改为 Japplet,但由于该原因,出现了新的错误...例如...退出 close 方法未定义...包未定义等等在。

谁能给我一个更好的解决方案。

多谢 任何帮助表示赞赏

I have a difficult dilemma. I implemented a java application using Netbeans while implementing it I used JFrame and now I want to convert it to JApplet so that it can essentially function as a web service. I have lots of classes and I tried Changing JFrame to Japplet as directed in some solutions on this site but then new errors arise because of that... for example ... exit on close method not defined ... pack not defined and so on.

Could anybody give me a better solution.

Thanks a lot
Any help appreciated

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

北风几吹夏 2025-01-10 19:28:48

..未定义关闭方法时退出...

小程序是网页中的访客,可能与其他小程序共享 JVM。退出虚拟机就像“烧毁宾馆”。而是调用 showDocument(thanksForUsingUrl)

..pack 未定义等等。

验证()

..exit on close method not defined ...

An applet is a guest in a web page and might share a JVM with other applets. Exiting the VM is like 'burning down the guest house'. Instead call showDocument(thanksForUsingUrl).

..pack not defined and so on.

validate()

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文