如何从一段代码中调用小程序?

发布于 2024-10-21 21:10:09 字数 192 浏览 2 评论 0原文

我正在制作一个简单的考试应用程序!各种考试的题目都会出现在服务器上。客户端将使用 RMI 访问它们,并且客户端的 UI 正在 Applet 中实现! (这是根据项目的规范!)。

我想要多个小程序来处理各种东西!我希望能够根据服务器上调用的方法的返回值从一个小程序切换到另一个小程序。如果有需要的话我也希望能够传递信息!

请告诉我该怎么做!

I am making a simple examination app! The questions for various examinations will be present on the server. The clients will access them using RMI, and the UI for client side is being implemented in Applets! (that's according to the spec of the project!).

I want to have multiple applets for various stuff! I want to be able switch from one applet to other depending on the return value of the methods called on the server. I also want to be able to pass information if necessary!

Please tell me how can I do it!

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

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

发布评论

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

评论(1

尐籹人 2024-10-28 21:10:10

小程序相当于您的工作空间。通常每个应用程序都有一个 JApplet。

现在,您的 JApplet 中可以拥有各种 JPanel。这些 JPanel 可以根据服务器上调用的方法的返回值进行切换。

此 Oracle 教程应该可以帮助您入门:如何制作 Applet

An applet is equivalent to your workspace. You generally have one JApplet per application.

Now, you can have various JPanels within your JApplet. These JPanels can switch depending on the return value of the methods called on the server.

This Oracle tutorial should help you get started: How to Make Applets.

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