JTable column header height

New to Java: How do you customize the height of a table header column? I want the height to be slightly larger than their associated cells.Thanks in Advance,dennis.winchester@trw.com
[210 byte] By [NDWinchester] at [2007-9-26 3:26:40]
# 1
here is the codejava.awt.Dimension dim = new java.awt.Dimension(50,50);getScrollPaneTable().getTableHeader().setPreferredSize(dim);Pramod
pramod_bs at 2007-6-29 11:48:38 > top of Java-index,Archived Forums,New To Java Technology Archive...