JTable with locked right side columns
800382Jan 16 2008 — edited Jan 23 2008I've searched around, but can't find anything specific for this issue. I need a JTable with locked columns on the left and right side.
I've found several examples of using JScrollPane row headers with a second table to lock the left side.
I can think of a way to do the right side with a second scrollpane, with synchronized scrolling between the 2 panes. However, it would be nice if there were a more elegant solution.
I was also considering subclassing JTable, or customizing the L&F classes (I have a custom L&F for the app already), but I thought I'd ask if anyone's seen any existing class that would solve this problem.
thanks