有关 Swing 组件的信息 (java)

发布于 2024-12-02 06:55:56 字数 274 浏览 0 评论 0原文

学习 python (cpython) 并使用此页面搜索tkinter 小部件的选项、方法和模式,我已经开始在 jython 中进行开发,因为 java 中的 javax.swing 模块可以帮助我制作独立于平台的 GUI。

我的问题是:是否有一个像我上面提到的那样的页面介绍了 Swing 对象的选项和方法?

After learning python (cpython) and using this page to search for tkinter widgets' options, methods and patterns, I've started to develop in jython due to javax.swing module from java which can help me make platform-independent GUIs.

My question is: is there a page like the one I mentioned above which presents the options and methods of swing objects?

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

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

发布评论

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

评论(1

心碎无痕… 2024-12-09 06:55:56

是否有像我上面提到的那样的页面,其中介绍了 Swing 对象的选项和方法?

是的(至少在类级别上)。

查看 javax.swing 的包摘要(API 文档的一部分):

此外,这里还有一个页面,其中包含大多数标准组件的屏幕截图:

is there a page like the one I mentioned above which presents the options and methods of swing objects?

Yep (at least on a class level).

Have a look at the package summary for javax.swing (part of the API documentation):

Also, here is a page with screen shots of most of the standard components:

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