×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Text
Posted by: Andres Diaz
Added: Jan 31, 2022 2:56 PM
Views: 391
Tags: no tags
  1.     private void btnValidarActionPerformed(java.awt.event.ActionEvent evt) {                                          
  2.        
  3.         Compartido.loginUsuario = txtUsuario.getText();
  4.        
  5.         this.dispose();
  6.         BienvenidoFrm bienvenido = new BienvenidoFrm();
  7.         bienvenido.setVisible(true);
  8.     }