Thin JPanel when used as TableCellRenderer
Hello,
I'm using JPanels as renderers for my single column JTable.
Even though im using FlowLayout( FlowLayout.LEFT ) and only adding JLabels, the height of each row is about 1.5 times that of a normal JTable row.
Is there anyway to slim it down? Decreasing the font or just using setRowHeight doesn't really work.
//John

