JTable CellRenderer performance issues
843807Mar 10 2010 — edited Mar 13 2010In my application JTable seems to repaint cellrenderers constantly even if nothing in the gui has changed. If I add basic cellrenderers which render icons or colors it really hurts my application's performance.
Is there a way to stop JTable from constantly re-rendering the cells for no reason?
thanks