Пример #1
0
 private void back_buttonActionPerformed(
     java.awt.event.ActionEvent evt) { // GEN-FIRST:event_back_buttonActionPerformed
   // TODO add your handling code here:
   Second f1 = new Second();
   f1.setVisible(true);
   this.dispose();
 } // GEN-LAST:event_back_buttonActionPerformed