elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Únete al Grupo Steam elhacker.NET


  Mostrar Temas
Páginas: [1]
1  Foros Generales / Dudas Generales / como puedo hacer q mi JTextArea me imprima mas de un dato string datos string en: 15 Junio 2011, 03:07 am
Código
  1. public class codigo extends JFrame{
  2.    JTextArea areatexto;
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. codigo(String texto, String texto2,String texto3,String texto4){
  10.  
  11.  
  12.     super("Codigo SQL");
  13.  
  14. areatexto = new JTextArea();
  15. areatexto.setText(texto) ;
  16. areatexto.setEditable(false);
  17.  
  18. add(areatexto);
  19.  
  20. }
  21. }
Páginas: [1]
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines