Tagged Questions
0
votes
2answers
1k views
keeping JTable selection in viewport
I'm using GlazedLists to autogenerate an EventTableModel from an EventList, for use with a JTable in a JScrollbarPane.
I'm using the EventList as a FIFO, a bunch of elements are added to the end, ...