Package Control

Examples of Control.dispPremios


        operacion.setForeground(Color.green);
        operacion.setText(Estacion+" seleccionada.");
}//GEN-LAST:event_estacioncali4ActionPerformed

    private void AceptarActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_AceptarActionPerformed
        dispPremios p=new dispPremios();
        String BonoCombustible;
        String BonoConsumo;
        String ComboPerro;
        String Descuentoaceite;
        String Descuentollantas;
        String Recargacelular;
        String lavadaBuseta;
        String lavadaCamioneta;
        String lavadaCarro;
        String lavadaMoto;
        BonoCombustible=(String) BonoCombustibleCB.getSelectedItem();
        BonoConsumo=(String) BonoConsumoCB.getSelectedItem();
        ComboPerro=(String) ComboPerroCB.getSelectedItem();
        Descuentoaceite=(String) DescuentoaceiteCB.getSelectedItem();
        Descuentollantas=(String) DescuentollantasCB.getSelectedItem();
        Recargacelular=(String) RecargacelularCB.getSelectedItem();
        lavadaBuseta=(String) lavadaBusetaCB.getSelectedItem();
        lavadaCamioneta=(String) lavadaCamionetaCB.getSelectedItem();
        lavadaCarro=(String) lavadaCarroCB.getSelectedItem();
        lavadaMoto=(String) lavadaMotoCB.getSelectedItem();
        p.editar(BonoCombustible,BonoConsumo,ComboPerro,Descuentoaceite,Descuentollantas,Recargacelular,
                lavadaBuseta,lavadaCamioneta,lavadaCarro,lavadaMoto,num_estacion,Ciudad);
        operacion.setForeground(Color.green);
        operacion.setText("La accion se ha realizado satisfactoriamente");
        reset();
       
View Full Code Here

TOP

Related Classes of Control.dispPremios

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.