Super header for Rows in JTable

How to keep Super header for rows in JTable.i have no idea how to do that any advice will be a great help for me Thank's
[142 byte] By [srinathnma] at [2007-11-26 12:35:11]
# 1

Not exactly sure what a super header is, but maybe you could do something like the following:

a) create a panel with a border layout

b) add the table to the center

c) add the "super header" to the NORTH

d) add the panel to the scroll pane

e) add the table header to the scroll pane header view.

camickra at 2007-7-7 15:59:06 > top of Java-index,Desktop,Core GUI APIs...