Searched refs:anchorLead (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/swing/JList/6462008/
H A Dbug6462008.java40 private static int anchorLead; field in class:bug6462008
344 anchorLead = anchorLeadValue;
351 list.getSelectionModel().setAnchorSelectionIndex(anchorLead);
352 ((DefaultListSelectionModel) list.getSelectionModel()).moveLeadSelectionIndex(anchorLead);

Completed in 28 milliseconds