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.

[462 byte] By [987654321a] at [2007-11-26 13:55:44]
# 1
table.repaint() should work. Did you add a print display to make sure the renderer was invoked by the above method?
camickra at 2007-7-8 1:34:55 > top of Java-index,Desktop,Core GUI APIs...