> Can i add Objects to table header? i need to add objects to header and
> may be depending the some values in the object render the header.
Have a look at TableColumn.setHeaderValue(). Keep in mind that the
header value is also used by TableColumn.getIdentifier() (used in
DefaultTableColumnModel to find a column index) unless an identifier has
been explicitly set.
> Thanks in advance,
> Srikanth
HTH,
Magnus