Refresh renderers
I am implementing a zoom feature for a JTable and need to force the custom render / editor (such as a combo box) to refresh
after I change the size of the font for the jtable.
The renderer gets its font from a zoom object and needs to refresh itself after the jtable font changes.
Can anyone point me to how I can do this. I have tried repainting the table. I would guess I need to fire some event.
Any help would be appreciated.

