}//GEN-LAST:event_IdentificacionTActionPerformed
private void AceptarBActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_AceptarBActionPerformed
CanjearPuntos canjepuntos = new CanjearPuntos();
int tipoid = identificacion.getSelectedIndex();
Usuario UsuarioPrueba = canjepuntos.Usuarioexiste(Long.parseLong(IdentificacionT.getText()), tipoid);
Canjes canjeactual = new Canjes();
CanjearPuntos realizarcanje = new CanjearPuntos();
String estadolabel;
if (realizarcanje.id(UsuarioPrueba).equals("El usuario no existe")) {
JOptionPane.showMessageDialog(null, realizarcanje.id(UsuarioPrueba), "Error", JOptionPane.ERROR_MESSAGE);