![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
23/05/2010, 13:39
|
| | Fecha de Ingreso: junio-2009
Mensajes: 17
Antigüedad: 15 años, 8 meses Puntos: 0 | |
Respuesta: jLabel y Random Tengo esto echo:
jLabel1 = new javax.swing.JLabel();
jLabel2 = new javax.swing.JLabel();
Y kiero ponerlo en una matriz de String:
String[] carta = new String[1];
carta[0] =
Ahora nose como pasar los jLabels a String para q me lo coja la matriz y poder tratarlos |