Private Void jButton1ActionPerformed

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) { jLabel3.setText("nameis:"+ jTextField1.getText()+"" +jTextField2.

getText()); }

private void jButton2ActionPerformed(java.awt.event.ActionEvent evt) { System.exit(0); }

You might also like