I have a class "MyFrame" which is a subclass of "javax.swing.JFrame". In that, I have a table "myTable" and one property "myProperty".
Now, depending on the value of "myProperty", I've to change the colour of row in the table "myTable".
What can be the procedure to fulfill my requirement
