Ver original// Lectura del fichero String linea; String str = ""; while((linea=br.readLine())!=null) str += linea + "\n"; textArea1.setText(str);