I'm using a JViewport for viewing some data and I'd like the header row to be placed at the bottom of the JViewport rather than the top.
The viewport never scrolls horizontally so the issue of where the scroll bar would go isn't a problem.
I suspect I'm going to have to make my own JViewport-like class which has the header row at the bottom; but before I go off and write that I thought I'd ask.