Bonsoir
je voudrais savoir si des "list = new JList(listModel);" utilisée dans des "JScrollPane scrollliste = new JScrollPane(list);" peuvent réagir à deux sélections à la fois
Code :
- // source est un bouton qui réagit à actionperformed
- if (source == selectioncol){
- if (ndim == 2){
- index2 = list2.getSelectedValues();
- numfonction = ((Integer)index2[k]).intValue();
- System.out.println("nous avons selectionnez la fonction" );
- index3 = list3.getSelectedValues();
- for (k = 0; k < index3.length ; k++){ tselectioncol[k] = ((Integer)index3[k]).intValue();
- }
- }
|
erreur de compilation : java.lang.ArrayIndexOutOfBoundsException : 4
quand j'en sélectionne quatre en tout