JTable - 线条的颜色选择

发布于 2024-10-04 19:15:22 字数 119 浏览 2 评论 0原文

我有一个 JTable,位于 JPanel 的第一列中。问题是,当我选择一行时,除了包含 JPanel 的单元格之外,该行的所有单元格都会更改背景颜色。

所以我希望包含 JPanel 的单元格也将更改背景颜色。

I have a JTable where I have in the first column of a JPanel. The problem is that when I select a line, all cells of the line changing the background color except the cell that contains the JPanel.

So I want the cell that contains the JPanel will also change the background color.

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

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

发布评论

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

评论(1

只是偏爱你 2024-10-11 19:15:22

您应该实现自定义单元格渲染器。请参阅教程

You should implement a custom cell renderer. See the tutorial.

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