Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/04/2014, 10:09
Avatar de chuidiang
chuidiang
Colaborador
 
Fecha de Ingreso: octubre-2004
Mensajes: 3.774
Antigüedad: 19 años, 7 meses
Puntos: 454
Respuesta: Que esta fallando? (scrollPanel)

Al scrollPane no se le debe add() el elemento que quieres meterle dentro. Se hace en el constructor new JScrollPane(JTextPane2) o bien con el método scrollPane.setViewPortView(JTextPane2).

Se bueno.
__________________
Apuntes Java
Wiki de Programación