Ver Mensaje Individual
  #1 (permalink)  
Antiguo 13/10/2008, 15:16
joshua86
 
Fecha de Ingreso: octubre-2008
Mensajes: 11
Antigüedad: 16 años, 2 meses
Puntos: 0
ayuda con jpanel, jframe y jscrollpane

como puedo agregarle un jscrollpane a un jpanel o un jframe?? lo intento asi:
JFrame p=new JFrame();
JScrollPane jsp =new JScrollPane(p);
p.setVisible(true);

y me marca este error "Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: adding a window to a container" como le puedo hacer para k tenga barra de desplazamiento?? no importa si es jframe o jpanel ayuda!!!!!!! por fa