예제 #1
0
 /** Hace scroll hasta el índice seleccionado. */
 public void scrollToSelectedIndex() {
   scrollTo(selection.getSelectedIndex());
 }