• 大小: 1.53 MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 标签: java  ATM  

资源简介

不能联网的ATM请谅解

版本:V1.0

Author:亓根火柴

若有bug请反馈

资源截图

代码片段和文件信息

import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.sql.*;
//import java.sql.Connection ;
//import java.sql.DriverManager ;
//import java.sql.ResultSet ;
//import java.sql.Statement ;

class ATM implements ActionListener{

Font font1 = new Font(“宋体“Font.PLAIN14);
//-------------------------------------------------------------
Jframe frameLogin ;//登录界面
JLabel labelId ;
JLabel labelPassword ;
JTextField textId ;
JPasswordField textPassword ;
JButton buttonOK ;
//-------------------------------------------------------------
Jframe frameHome ;//主界面
JButton buttonBalance ;
JButton buttonDeposit ;
JButton buttonGetMoney ;
JButton buttonTransfer ;
JButton buttonAmend ;
JButton buttonGetCard ;
//----------------------------------

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    1395893  2012-11-08 08:28  MyATMV1.0.jar

     文件      24792  2012-11-08 08:37  TestATM.java

     文件      18695  2012-11-06 09:26  image\100.jpg

     文件      20792  2012-11-06 09:28  image\1000.jpg

     文件      19337  2012-11-06 09:26  image\200.jpg

     文件      19783  2012-11-06 09:27  image\500.jpg

     文件     112664  2012-11-02 09:19  image\主界面.jpg

     文件       6057  2012-11-01 21:09  image\余额.png

     文件       7794  2012-11-01 21:10  image\修改密码.png

     文件       5517  2012-11-01 21:10  image\取卡.png

     文件       5958  2012-11-01 20:22  image\取款.png

     文件      20891  2012-11-06 09:34  image\取消.jpg

     文件       5853  2012-11-01 21:09  image\存款.png

     文件      95690  2012-11-02 09:03  image\登录.jpg

     文件      19748  2012-11-06 09:35  image\确定.jpg

     文件       5861  2012-11-01 21:09  image\转账.png

     文件      18708  2012-11-06 09:30  image\返回.jpg

     目录          0  2012-11-08 08:30  image

     文件     287037  2012-11-08 22:24  用户名:root密码:1234数据库:test,表:atm.png

----------- ---------  ---------- -----  ----

              2091070                    19


评论

共有 条评论