JTable and its JScrollPane
HiI'm trying to create a jTable but without the scrollpane, what i need is that the JScrollpane is the exact size of the table, the table size is not fixed. I tried taking the jtable out of the jscrollpane, but without jscrollpane, it does not show the header. Any help on this?