JTextFields above column headers in JTable
843804Jan 14 2005 — edited Nov 12 2007I am looking for a way to put a single row above (for filtering purposes) the table header in a JTable. Right now I am using JTextFields above my table for the filters, but as the columns are resized or moved so would the text fields have to be. So I am thinking putting a row above the table header would be appropriate.
Any suggestions or examples in this area?