* @throws IllegalStateException if the <code>JList</code> is disabled.
* @throws IllegalStateException if the <code>JList</code> is not showing on the screen.
* @throws LocationUnavailableException if an element matching the given value cannot be found.
*/
public void clickItem(JList list, String value, MouseButton button, int times) {
clickItem(list, new StringTextMatcher(value), button, times);
}