I wish to add a total row at the end of my data in a JTable. However I want the total row to always remain visible throughout scrolling and when data is sorted.
I came across suggestions about using two tables but wouldn't the second table aka the total row be below the JScrollPane?