Is there an effective and easy method to change the color of a row in a JTable? JTable enables you to access a cell, but not a row specifically. I would also like to be able to access a row via it's index and return the results as a vector. Although, I'm writing my own function to do this now. Thanks.