Is there a method buried in there somewhere to give a little extra
space between JTable cells. The text in each cell is crammed right
against the separator, or do I have to write custom CellRenderers?

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
Thomas Fritsch - 08 Aug 2007 22:26 GMT
> Is there a method buried in there somewhere to give a little extra
> space between JTable cells. The text in each cell is crammed right
> against the separator, or do I have to write custom CellRenderers?
Seems like you want JTable's method setIntercellSpacing(Dimension).

Signature
Thomas
Roedy Green - 08 Aug 2007 22:33 GMT
>Is there a method buried in there somewhere to give a little extra
>space between JTable cells. The text in each cell is crammed right
>against the separator, or do I have to write custom CellRenderers?
found it: TableColumnModel.setColumnMargin( 5 );

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com