有关 Swing 组件的信息 (java)
学习 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的(至少在类级别上)。
查看 javax.swing 的包摘要(API 文档的一部分):
javax.swing
此外,这里还有一个页面,其中包含大多数标准组件的屏幕截图:
Yep (at least on a class level).
Have a look at the package summary for javax.swing (part of the API documentation):
javax.swing
Also, here is a page with screen shots of most of the standard components: