JTable and cell padding
843805Nov 21 2006 — edited Nov 21 2006I would like to add padding to all the cells of a JTable so that the text is pulled off the table grid line and is more readable.
I do have a common descendent object from JTable where I already override some of the rendering and editing functionality and coloring.
Any advice on how to do this?
Thanks in advance.