Link to home
Start Free TrialLog in
Avatar of swilde
swilde

asked on

How to render an icon in a JTable

I need help on how to render an icon in a JTable.
ASKER CERTIFIED SOLUTION
Avatar of mjenkins
mjenkins
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of swilde
swilde

ASKER

Thanks for the response.  The only thing missing was that the class needed to implement TableCellRenderer.  The code worked like a charm.  Now if only I can figure out why it worked!