posted 23 years ago
hi,
when a sorting event occurs the selection should be updated. so you need a class that implements your SortingListener, e.g., with the method sortingUpdated(SortingEvent e){ updateSelection(); }. I myself would just remove the selection. hm, does the user really expect the selection to resist to sorting?
chantal