public java.awt.Component | getTableCellRendererComponent(javax.swing.JTable table, java.lang.Object value, boolean isSelected, boolean hasFocus, int row, int column)Returns the component used for drawing the cell. This method is
used to configure the renderer appropriately before drawing.
|