Table

I have a table which is extended from Abstract Table Model..I have two text fields in the table.My problem is I want to set the red color when they are disabled...?Plz help me...Regards JJ
[216 byte] By [vasmhi_1981a] at [2007-10-3 4:16:55]
# 1
That's nothing to do with the table model. You need to implement a custom TableCellRenderer.
itchyscratchya at 2007-7-14 22:18:29 > top of Java-index,Desktop,Core GUI APIs...
# 2
Can u briefly explain with the code
vasmhi_1981a at 2007-7-14 22:18:29 > top of Java-index,Desktop,Core GUI APIs...
# 3
This is linked from the JTable API docs http://java.sun.com/docs/books/tutorial/uiswing/components/table.html
itchyscratchya at 2007-7-14 22:18:29 > top of Java-index,Desktop,Core GUI APIs...