B
BettyV
Hi All,
I'm trying to use a TableCellRenderer to render text and icons in my column
headers.
I setup a vector of strings and ImageIcons for my JTable constructor.
When my TableCellRenderer goes to render them, they are all instanceof
String whether they were originally ImageIcons, or Strings.
Do I have to setup different renderers for each column?
Thanks,
-Betty
I'm trying to use a TableCellRenderer to render text and icons in my column
headers.
I setup a vector of strings and ImageIcons for my JTable constructor.
When my TableCellRenderer goes to render them, they are all instanceof
String whether they were originally ImageIcons, or Strings.
Do I have to setup different renderers for each column?
Thanks,
-Betty