21/11/2014, 01:34
|
| | | Fecha de Ingreso: agosto-2014 Ubicación: Mountain View
Mensajes: 1.323
Antigüedad: 10 años, 3 meses Puntos: 182 | |
Respuesta: Guardar los elementos de un jlist
Código Java:
Ver original for(int i=0; i < model.getSize(); i++){ Object o = model. getElementAt(i ); }
Un saludo
__________________ If to err is human, then programmers are the most human of us |