Name: ooR10001 Date: 06/04/2001
JavaDoc comment for javax.swing.JTable.prepareRenderer() method does not
specify returned value. JavaDoc says:
-----------------
prepareRenderer
public Component prepareRenderer(TableCellRenderer renderer,
int row,
int column)
Prepares the renderer by querying the data model for the value and
selection state of the cell at row, column.
Note: Throughout the table package, the internal implementations always
use this method to prepare renderers so that this default behavior can be
safely overridden by a subclass.
Parameters:
renderer - the TableCellRenderer to prepare
row - the row of the cell to render, where 0 is the first row
column - the column of the cell to render, where 0 is the first
column
-----------------
======================================================================