Package Entity

Examples of Entity.Canjes


    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);
            IdentificacionT.setText("0");
View Full Code Here

TOP

Related Classes of Entity.Canjes

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.