> Hi,
>
[quoted text clipped - 3 lines]
>
> Thanks!
One apprach could be to override the following methods of
ListSelectionModel
http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/ListSelectionModel.html#setA
nchorSelectionIndex(int)
http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/ListSelectionModel.html#setL
eadSelectionIndex(int)
http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/ListSelectionModel.html#setS
electionInterval(int,%20int)
and prevent selection of desired rows.