如何在 Java Applet 中显示文本框、按钮等?

发布于 2024-07-25 18:29:47 字数 130 浏览 8 评论 0原文

如何

  • 显示常见的 GUI 元素,例如:文本框、
  • 按钮
  • 、单选按钮/下拉菜单
  • 、标签等?

在从 Web 浏览器运行的 Java 小程序中

How can I show common GUI elements such as :

  • Textbox
  • Button
  • Radios/Dropdowns
  • Labels

etc in a java applet which would be run from a web browser?

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

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

发布评论

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

评论(2

一场春暖 2024-08-01 18:29:47

这个小程序教程从头开始,涵盖小程序教程。 realapplets.com/tutorial/GuiExample.html" rel="nofollow noreferrer">GUI 组件。

当然,还有很多其他小程序教程,几乎所有其中将涵盖 GUI 工作。

This applet tutorial starts from the beginning, and covers GUI components.

There are plenty of other applet tutorials around of course, almost all of which will cover GUI work.

〗斷ホ乔殘χμё〖 2024-08-01 18:29:47

JAppletJFrame 都扩展 Container< /a>,所以你只需 设置布局添加组件,就像在任何其他 Swing GUI 中一样。

JApplet and JFrame both extend Container, so you just set the layout and add the components like you would in any other Swing GUI.

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