You are on page 1of 4
10 a u Fe 16 u a 22 23. 24 25. 26 27) 2. 29) 30 a1 32 33 34 35 26 37 se 38 40 a1 package pack_Formatario: amport Java.avs event AetionEvent; import Java.avs-event .AevionListener; Amcort Javex.awing.JButtan! imcort Savex.swing.JFrane; Amport Savex. swing. JTextFiel import Javex.swing.JTexcarea: amport Javax.swang. Lapel amport Javex.ewang.JFaneL? poklic clase Prucbaformalario extends Jfrane inplenents Aevionlise: Uhabel ctinombre, etiapellids, etisdad; GTexcField cxtnombre, txtapellido, txtedad wButten botens oTexchrea arer Pane panei; er [| public PruebaFormulario(){ eamos nuestras etiquetas etinombresnew JLabel ("NOMERE: etinombre.setBounde [10,20,80,20) etiapellidocnew JLabel ("AFELLIDO eciapellico.setsounds (10, 50,80,2 etiedad=new JLabel |"—EDED: etiedad.serBounds (10, €0,80, 20: txtnombresnew JTextField() + txtnombre. setBounds (100, 20,80, 20) extapellidownew TextField () 7 exvapellido. setBounds (200, 50,00,2 extedad=new JTextField() txtedad. serBounds (100, €0,80, 20); 42| | boton=new JButton ("ACEPTAR")? 43, | boton. setBounds (50, 110, 100,30) + @ | poron.addxerionListena: (this): 45 46 | azcamnew TextAzea(); 47) | area-setBounds (10,159, 300,250) 5 4 49 | panel= new JPanel ( 50 | panel.setLayout (null) si | panel.add(etinombre); 52) | panel.add (etiapellido) 53, | panel.add(etiedad) 54 | panel.add (txtnonbre) 55, | panel.add(txtapellido) : 56 | panel.add (rxtedad) + 57 | panel.add(bcton)+ se) | panel.add(azea) + 59 eo | aaa(panenys a1) | setsize(300,300); 62) | setVisible (true: 3 a oe b> «6 67 G] poblic static void main(String!) azga) ( e PrubaFornulazic p =new PruebaFormulerio() 7 eo by 0 a @override @__ public void actionPerfornea(actionEvent €) ( 3 " a (e.getSource()==50r0n) ¢ 6 Capturaz()? 16 » n } . 9 | ‘void Capturar| }{ a] aceassetTens|"Zo3 Datos Capturados son; \n Nenbre: * + casnonbre.geeTenc(}+" \a | +" dpellido: "onapellida.getTers|}+ " (a Eid: "eoucedad.getTere()}s Netteansie 802 EES OC 1TW> BO nn [re [eee Beiter x kies x Senpe PaeIno ee =] oon QOPEcFesiag Los Datos Capturados son: Nombre: MARTHA Apallido: COLIN GARCIA Edad: 34 ANOS

You might also like