Exemple #1
0
 private void jButton5ActionPerformed(
     java.awt.event.ActionEvent evt) { // GEN-FIRST:event_jButton5ActionPerformed
   // TODO add your handling code here:
   Notification notification = new Notification();
   notification.setUser(loginModel);
   notification.setVisible(true);
   this.dispose();
 } // GEN-LAST:event_jButton5ActionPerformed