存在哪些 Java 表组件?
在 Delphi 的世界中,有几个非常好的表格组件,每个组件都有有趣的功能和独特的外观和感觉。现在我转向Java开发,JTable对我来说感觉非常“基础”。
是否有适用于 Java 的功能丰富的免费或商业表格组件?
谢谢,
大卫
In the world of Delphi, there are several very good table components, each with interesting features and a individual look and feel. Now i switched to Java development and JTable feels very "basic" to me.
Are there any feature-rich free or commercial table components available for Java?
Thanks,
David
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
JIDE Software 提供了 JIDE Grids,这是 JTable 的一组扩展,例如树形表、单元格表等。跨越、排序和过滤。
我没有使用过这个产品,但是我用过他们的对接框架,质量不错。
JIDE Software provides JIDE Grids, set of extensions for JTable like a tree-table, cell-spanning, sorting and filtering.
I haven't used this product, but I have used their docking framework, which was of decent quality.
您可以在 oracle 的 swing 教程。
You can find a lot of variants of the JTable in oracle's swing tutorial.
其他人已经解决了具有其他功能的表。我只是想指出“外观和感觉”通常由 Java PLAF(可插拔外观和感觉)涵盖。
Tables with other functionality have already been addressed by others. Just thought I'd point out that 'Look and Feel' is generally covered by Java PLAFs (Pluggable Look'n'Feel).