Ver Mensaje Individual
  #4 (permalink)  
Antiguo 04/08/2009, 15:31
carlozalbert
 
Fecha de Ingreso: noviembre-2006
Mensajes: 2
Antigüedad: 17 años, 5 meses
Puntos: 0
Respuesta: Ayuda con éste problema JText Area

La respuesta es esta: setLineWrap(true)

Tienes que añadirlo a tu text area, por ejemplo:

txtSEmpresa = new JTextArea();
txtSEmpresa.setEditable(false);
txtSEmpresa.setLineWrap(true);

Y Listo !!