JTable 单元格中的 JPanel

发布于 2024-09-24 21:55:49 字数 127 浏览 1 评论 0原文

如何将 JPanel 放入 JTable 的单元格中?
(其中有一列包含 String 对象,另一列包含 JPanel 对象。)

How could I put a JPanel into a cell of a JTable?
(There would be a column what would contain String objects, and an other column with JPanel objects. )

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

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

发布评论

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

评论(2

时光沙漏 2024-10-01 21:55:49

http://download.oracle.com/javase/tutorial/uiswing /components/table.html#renderer

阅读有关使用自定义渲染器的部分。 ColorRenderer 示例将 JLabel 放入单元格中。您可以轻松地将其更改为使用 JLabel。

http://download.oracle.com/javase/tutorial/uiswing/components/table.html#renderer

Read the part that talks about using Custom Renderers. The ColorRenderer example puts a JLabel in a cell. You could easily change that to use a JLabel instead.

神经暖 2024-10-01 21:55:49

实际上,您可以通过向面板涵盖的数据类型添加编辑器来做到这一点

Actually you can do that by adding an editor to the data type that the panel covers

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