how to add Jscrollpane without header

i have added jscrollpane and it added table header.i don't want to add table header.how i can add jscrollpane without table header.

THX FOR YOUR REPLIES!

[167 byte] By [frknmla] at [2007-11-27 11:02:46]
# 1

JTable.getTableHeader().setVisible(false);

-or-

JTable.setTableHeader(null);

regards

Aniruddha

Aniruddha-Herea at 2007-7-29 12:45:28 > top of Java-index,Desktop,Core GUI APIs...
# 2

thank you very much

it works :)

frknmla at 2007-7-29 12:45:28 > top of Java-index,Desktop,Core GUI APIs...