JTable ..所选行的颜色
我有一个 Java 中的 JTable,它有一个自定义 dataMODEl 和自定义渲染器。现在,当我选择某个单元格时,它周围有一个深蓝色边框。我希望所选行全部以某种颜色突出显示。怎么做呢?
I have a JTable in Java that has a custom dataMOdel and custom renderer. Now when i select some cell it has a dark blue border around it. I want the selected row to be all highlighted in some colour. How to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须使用自定义表格单元格渲染器。在此处查看教程:http://java.sun。 com/docs/books/tutorial/uiswing/components/table.html#renderer
You have to use custom table cell renderer. Check out the tutorial here: http://java.sun.com/docs/books/tutorial/uiswing/components/table.html#renderer