Ver Mensaje Individual
  #14 (permalink)  
Antiguo 30/10/2009, 14:15
Avatar de Ingloim
Ingloim
 
Fecha de Ingreso: octubre-2009
Ubicación: España
Mensajes: 14
Antigüedad: 15 años, 4 meses
Puntos: 1
Respuesta: Mostrar Texto textField

Perdón, fallo mio, jeje:

Código:
while (leido != null) {
	textArea.append(leido + "\n");
	leido = bf.readLine();
}
Prueba con esto. Se me coló antes el código.