⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 atm1.java

📁 取款、取钱、转账、余额查询 票据的打印、等等
💻 JAVA
📖 第 1 页 / 共 3 页
字号:
             add(super.e10);
             add(super.e4);
             add(super.e1);
             add(super.e5);
             add(super.e15);
             add(la1);
             add(super.e6);
             add(super.e7);
             add(super.e8);
             add(super.e12);
             add(super.e13);
             add(super.e14);
             add(b1);
 

             

          }
     }
    class windows9 extends wfather
     { 
        JButton b1;
        JLabel la1;
        
        windows9()
         {   
             setLayout(super.aa);
            
             b1=new JButton("确定");
             b1.setBackground(super.c2);
             b1.addActionListener(new myaction());
             la1=new JLabel("修改成功");
             add(super.e2);
             add(super.e3);
             add(super.e10);
             add(super.e4);
             add(super.e1);
             add(super.e5);
             add(super.e15);
             add(la1);
             add(super.e6);
             add(super.e7);
             add(super.e8);
             add(super.e12);
             add(super.e13);
             add(super.e14);
             add(b1);
 

             

          }
     }
    class windows8 extends wfather
     { 
        JButton b1;
        JLabel la1;
        
        windows8()
         {   
             setLayout(super.aa);
            
             b1=new JButton("确定");
             b1.setBackground(super.c2);
             b1.addActionListener(new myaction());
             la1=new JLabel("余额不足");
             add(super.e2);
             add(super.e3);
             add(super.e10);
             add(super.e4);
             add(super.e1);
             add(super.e5);
             add(super.e15);
             add(la1);
             add(super.e6);
             add(super.e7);
             add(super.e8);
             add(super.e12);
             add(super.e13);
             add(super.e14);
             add(b1);
 

             

          }
     }
     class windows7 extends wfather
     { 
        JButton b1;
        JLabel la1;
        
        windows7()
         {   
             setLayout(super.aa);
            
             b1=new JButton("确定");
             b1.setBackground(super.c2);
             b1.addActionListener(new myaction());
             la1=new JLabel("帐号/密码错误");
             add(super.e2);
             add(super.e3);
             add(super.e10);
             add(super.e4);
             add(super.e1);
             add(super.e5);
             add(super.e15);
             add(la1);
             add(super.e6);
             add(super.e7);
             add(super.e8);
             add(super.e12);
             add(super.e13);
             add(super.e14);
             add(b1);
 

             

          }
     }
     class windows6 extends wfather
     { 
        JButton b1,b2;
        JLabel la1,la2;
        JPasswordField w1,w2;
        
        windows6()
         {   
             setLayout(super.aa);
            
             b1=new JButton("确定");
             b1.setBackground(super.c2);
             b1.addActionListener(new myaction());
             b2=new JButton("取消");
             b2.setBackground(super.c2);
             b2.addActionListener(new myaction());
             la1=new JLabel("输入密码:");
             la2=new JLabel("再次输入:");
             w1=new JPasswordField(5); 
             w2=new JPasswordField(5);
             add(super.e1);
             add(super.e3);
             add(super.e2);
             add(la1);
             add(w1);
             add(super.e5);
             add(super.e10);
             add(super.e11);
             add(super.e15);
             add(la2);
             add(w2);
             add(super.e6);
             add(super.e7);
             add(super.e8);
             add(b1);
             add(super.e13);
             add(super.e9);
             add(b2);
 

             

          }
   
  
       }
     class windows5 extends wfather
     { 
        JButton b1;
        JLabel la1,la2;
        
        windows5()
         {   
             setLayout(super.aa);
            
             b1=new JButton("确定");
             b1.setBackground(super.c2);
             b1.addActionListener(new myaction());
             la1=new JLabel("      余额");
             la2=new JLabel("0.0000");
             add(super.e2);
             add(super.e3);
             add(super.e10);
             add(super.e4);
             add(super.e15);
             add(super.e5);
             add(la1);
             add(la2);
             add(super.e6);
             add(super.e7);
             add(super.e8);
             add(b1);
             add(super.e12);
             add(super.e13);
             add(super.e14);
 

             

          }
   
  
       }
     class windows4 extends wfather
     { 
        JButton b1,b2,b3,b4,b5,b6;
        JLabel la1;
        
        windows4()
         {   
             setLayout(super.aa);
            
             b1=new JButton("100");
             b1.setBackground(super.c2);
             b1.addActionListener(new myaction());
             b2=new JButton("200");
             b2.setBackground(super.c2);
             b2.addActionListener(new myaction());
             b3=new JButton("500");
             b3.setBackground(super.c2);
             b3.addActionListener(new myaction());
             b4=new JButton("其他金额");
             b4.setBackground(super.c2);
             b4.addActionListener(new myaction());
             b5=new JButton("确定");
             b5.setBackground(super.c2);
             b5.addActionListener(new myaction());
             b6=new JButton("返回");
             b6.setBackground(super.c2);
             b6.addActionListener(new myaction());
             add(b1);
             add(super.e1);
             add(b2);
             add(super.e2);
             add(super.e3);
             add(super.e4);
             add(super.e9);
             add(b3);
             add(super.e5);
             add(b5);
             add(super.e6);
             add(super.e7);
             add(super.e8);
             add(b4);
             add(super.e2);
             add(b6);
 

             

          }
   
  
       }
     class windows3 extends wfather
     { 
        JButton b1,b2,b3,b4,b5,b6;
        JLabel la1;
        
        windows3()
         {   
             setLayout(super.aa);
            
             b1=new JButton("查询");
             b1.setBackground(super.c2);
             b1.addActionListener(new myaction());
             b2=new JButton("取款");
             b2.setBackground(super.c2);
             b2.addActionListener(new myaction());
             b3=new JButton("转帐");
             b3.setBackground(super.c2);
             b3.addActionListener(new myaction());
             la1=new JLabel(" ");
             b4=new JButton("改密");
             b4.setBackground(super.c2);
             b4.addActionListener(new myaction());
             b5=new JButton("取卡");
             b5.setBackground(super.c2);
             b5.addActionListener(new myaction());
             b6=new JButton("返回");
             b6.setBackground(super.c2);
             b6.addActionListener(new myaction());
             add(b1);
             add(super.e1);

             add(super.e2);
             add(super.e3);
             add(super.e4);
             add(b2);
             add(b4);
             add(super.e15);
             add(super.e5);
             add(super.e11);

             add(super.e7);
             add(b5);
             add(b3);
             add(super.e8);
  
 

             

          }
   
  
       }

     class windows2 extends wfather
     { 
        JButton b1,b2;
        JLabel la1,la2;
        JPasswordField  w2;
        JTextField t1;
        windows2()
         {   
             setLayout(super.aa);
            
             b1=new JButton("继续");
             b1.setBackground(super.c2);
             b1.addActionListener(new myaction());
             b2=new JButton("取消");
             b2.setBackground(super.c2);
             b2.addActionListener(new myaction());
             la1=new JLabel("        帐号:");
    
             la2=new JLabel("        密码:");

             t1=new JTextField("",5); 
             t1.addActionListener(new myaction()); 
             w2=new JPasswordField(5);
             w2.addActionListener(new myaction());
             
             add(super.e1);
             add(super.e3);
             add(super.e2);
             add(la1);
             add(t1);
             add(super.e5);
             add(super.e10);
             add(super.e11);
             add(super.e12);
             add(la2);
             add(w2);
             add(super.e6);
             add(super.e7);
             add(super.e8);
             add(super.e9);
             add(super.e13);
             add(super.e14);
             add(b1);
 

             

          }
   
  
       }

      class windows1 extends wfather
     { 
        JButton b1,b2;
        JLabel la1,la2,la3,la4,la5,la6;

        windows1()
         {   
             setLayout(super.aa);
            
             b1=new JButton("确定");
             b1.setBackground(super.c2);
             b1.addActionListener(new myaction());
             b2=new JButton("取消");
             b2.setBackground(super.c2);
             b2.addActionListener(new myaction());
             la1=new JLabel("  诚信理财");
             la2=new JLabel("1 遵守本行规定 ");
             la3=new JLabel("2 不得借用他人"); 
             la4=new JLabel("3 立即取走现金");
             la5=new JLabel("4 注意周围生人");
             la6=new JLabel("5 不泄露密码 ");
             add(super.e1);
             add(la1);
             add(super.e2);
             add(super.e3);
             add(la2);
             add(super.e4);
             add(super.e5);
             add(la3);
             add(b1);
             add(super.e6);
             add(la4);
             add(super.e7);
             add(super.e8);
             add(la5);
             add(b2);
             add(super.e10);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -