How to set row colour of JTable

后端 未结 0 2012
清歌不尽
清歌不尽 2021-01-06 05:15

Is there a simple way to change the color of a row in a JTable?

table = new JTable(9,6);
table.setRowHeight(30);
table.setRowHeight(3, 15);
table         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题