Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/09/2017, 02:03
Avatar de Fuzzylog
Fuzzylog
 
Fecha de Ingreso: agosto-2008
Ubicación: En internet
Mensajes: 2.511
Antigüedad: 15 años, 8 meses
Puntos: 188
Respuesta: Insertas datos en jTextPane

HTMLDocument doc=(HTMLDocument) textPane.getStyledDocument();
doc.insertAfterEnd(doc.getCharacterElement(doc.get Length()),"<p style='color:red; margin:0;'>Insertado</p>");
__________________
if (fuzzy && smooth) {
fuzzylog = "c00l";
return true;
}