Package vista

Examples of vista.ModificarCant


      public void actionPerformed(ActionEvent e) {
       
        int option;
            if(columna==mod){
              ModificarCant m=new ModificarCant(reg.dtm,this);
          dialog.setContentPane(m.getContentPane());
          dialog.setModal(true);
          dialog.setBounds(200, 100, m.getWidth(), m.getHeight());
          dialog.setVisible(true);
             }
            else {
              option=JOptionPane.showConfirmDialog(null, "�Seguro que desea eliminar el producto?");
                 if (option==JOptionPane.YES_OPTION)
View Full Code Here

TOP

Related Classes of vista.ModificarCant

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.