java.awt.JList.setSelectedIndex sets the selected index of the JList component. This method allows you to specify the index of an item in the list that you want to be selected. If the given index is out of range, it will throw an IndexOutOfBoundsException.
Java JList.setSelectedIndex - 30 examples found. These are the top rated real world Java examples of java.awt.JList.setSelectedIndex extracted from open source projects. You can rate examples to help us improve the quality of examples.