hii all
I am using JDK 1.5.0_18 , I have a problem with my JTable. I need to do both Column alignment and color for specific cell.So I had used two TableCellRenderer for alignment and color the cell.When I apply both renders into a table only the alignment render doing something .But whlie using the single render it is coming (either alignment or color). Is it possible to use multiple renders for a single table ?
If not tell me another choice to rectify this problem?
