Is there a simple way to change the color of a row in a JTable?
JTable
table = new JTable(9,6); table.setRowHeight(30); table.setRowHeight(3, 15); table