
06/01/2015, 14:29
|
 | Colaborador | | Fecha de Ingreso: octubre-2004
Mensajes: 3.774
Antigüedad: 21 años, 1 mes Puntos: 454 | |
| Respuesta: Problema con JTextPane ¿Y qué es lo que quieres hacer? ¿añadir más texto o obtener el contenido?
editorPane.getStyledDocument() te devuelve todo el contenido y el StyledDocument tiene un método insertString() para añadirle más texto.
Se bueno. |