è come immaginavo....

ho 2 modifiche da fare da List a JList

codice:
if(getPlayList().getItemCount() > 0){
selectedIndex = 0;
getPlayList().select(selectedIndex);
}
il getItemCount...

ed il select....

come faccio???