-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
java: cannot find symbol
symbol: method getSelectedIndices()
location: variable model of type javax.swing.ListSelectionModel
from here :
public int[] getSelectedTackIndices()
{
ListSelectionModel model = tacksTable.getSelectionModel();
int[] indices = model.getSelectedIndices();
return indices;
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels