java: cannot find symbol
symbol: method getSelectedIndices()
location: variable model of type javax.swing.ListSelectionModel
public int[] getSelectedTackIndices()
{
ListSelectionModel model = tacksTable.getSelectionModel();
int[] indices = model.getSelectedIndices();
return indices;
}
from here :