
29/10/2009, 10:08
|
 | | | Fecha de Ingreso: noviembre-2008 Ubicación: Hidalgo
Mensajes: 215
Antigüedad: 16 años, 4 meses Puntos: 3 | |
Respuesta: Mostrar Texto textField prueba agregandole esto:
Código:
while ((leido = bf.readLine()) != null) {
leido=bf.readLine();
todo=todo+leido+"\n";
textField.setText(textField.getText()+leido);
}
textField.setText(todo);
saludos
__________________ -=:[ Lo importante no es saber todo, sino saber buscar ]:=- |