JTable - 布尔单元格类型 - 背景
我将 Nimbus L&F 与 JTable
一起使用,该 JTable 具有一个布尔(复选框)元素作为其列之一。
我遇到的问题是布尔列不遵循 中存在的自然行背景交替Nimbus L&F。
I'm using the Nimbus L&F with a JTable
that has a boolean (checkbox) element as one of its columns.
The issue I'm having is that the boolean column does not follow the natural row background alternations present in the Nimbus L&F.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我知道这是旧帖子,但对于其他搜索者:我使用了 jxtable() 并解决了这个问题:)
I know it is old post, but for other searchers: I used jxtable() and that solved this problem :)
这是合成器安装的渲染器中的一个错误,快速破解是强制渲染复选框不透明度为 true:
It's a bug in the synth-installed renderer, quick hack is to force the rendering checkbox opacity to true:
嗯,我有相反的问题,检查一下,真的没有人可以在没有代码示例的情况下帮助你,也许有人可以使用 TableCellRenderer 来玩未选择的 AlternateTableColor
Nimbus 默认值
hmmm and I have opposite problem, check that, really nobody can hepl you without code example, maybe someone can play with unselected AlternateTableColor with usage of TableCellRenderer
Nimbus Defaults