JTable headers without JScrollPane

Does anyone know how to show the column headers on a JTable without using a JScrollPane? I know it has something to do with JTableHeader objects. Do I have to add these to the panel separately, or can they be shown as part of the JTable?
[244 byte] By [bjb39a] at [2007-11-27 4:34:59]
# 1
> I know it has something to do with JTableHeader objects. Do I have to add these to the panel separatelyYes. No how hard is it to actually try this intead of waiting a couple of hours hoping someone wastes time answering the question?
camickra at 2007-7-12 9:44:58 > top of Java-index,Desktop,Core GUI APIs...
# 2
Pretty hard, actually.. considering I'm not using a layout manager and it wouldn't display at all....but thanks for being helpful without being condescending.
bjb39a at 2007-7-12 9:44:58 > top of Java-index,Desktop,Core GUI APIs...
# 3

take a look at her number of posts..... and i can tell you most of them are NOT questions, they are answers!

and then take a look at the answers C normaly gives.

then you can take what she has to say! or leave it.! my advice TRY what she said if it DONT work or you cant get it to work.

ask for help again showing us what you have done and we might try and help

Nibura at 2007-7-12 9:44:58 > top of Java-index,Desktop,Core GUI APIs...