• 大小: 57KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-12-22
  • 语言: Java
  • 标签: java  数据库  

资源简介

这是java连接数据库 sql 2000 开发的电话计费管理系统 里面运用的还是比较方便的虽然有一点小问题

资源截图

代码片段和文件信息

/**
 * @(#)allCustomer.java
 *
 *
 * @author 
 * @version 1.00 2011/8/10
 */
package E4;

import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.util.*;
import java.text.*;
import javax.swing.event.MouseInputListener;  
import javax.swing.table.AbstractTableModel;
import javax.swing.event.*;


public class allCustomer implements ActionListener{
JDialog dil;
JLabel alllab=new JLabel(“全部客户信息“JLabel.CENTER);
JLabel lab=new JLabel(“客户号码“JLabel.CENTER);
JButton refresh=new JButton(“刷新“);
JButton fanhui=new JButton(“返回“);
JButton confirm=new JButton(“确定“);
JButton cancle=new JButton(“取消“);
JTextField cno=new JTextField(““);
JPanel jpl1=new JPanel();
JPanel jpl2=new JPanel();
JPanel jpl3=new JPanel();


public static JTable table;
    AbstractTableModel tm;  
    public Vector content = new Vector();   
    String[]   title_name   =   {“序号““客户编号““姓名““电话号码““身份证““入网时间““话费余额“}; 
       
    public static int jishu;      
    JLabel showNum=new JLabel(“总数为:“+jishu);
    
    proceeSQL psql;


 public allCustomer(Jframe fString sboolean b) {
      psql=new proceeSQL();
    psql.openSQL();
 
    dil=new JDialog(fsb);
    dil.setSize(650600); 
    dil.setLocation(100100);
   
    jishu = psql.SearchCustomer(content);
       tm = new AbstractTableModel(){
        public String getColumnName(int col){return title_name[col];   
           }   
    
         public int getColumnCount(){return title_name.length;}   
    
         public int getRowCount(){return  content.size();}       
         public object getValueAt(int rowint col){return ((Vector)content.get(row)).get(col);}  
         public boolean isCellEditable(int rowIndex int columnIndex) {
return true;
           }   
      };
     table=new JTable(tm);
     table.setVisible(true);
     jpl1.setSize(500350);
     jpl1.add(new JScrollPane(table));
     jpl2.add(refresh);
     jpl2.add(fanhui);
     jpl2.add(showNum);
     jpl2.setSize(90200);
     jpl2.setLayout(new GridLayout(31400));
     jpl3.add(lab);
     jpl3.add(cno);
     jpl3.add(confirm);
     jpl3.add(cancle);
     jpl3.setSize(30050);
     jpl3.setLayout(new GridLayout(1450));
     alllab.setSize(40050);
     dil.add(alllab);
     dil.add(jpl1);
     dil.add(jpl2);
     dil.add(jpl3);
     refresh.addActionListener(this);
     fanhui.addActionListener(this);
     confirm.addActionListener(this);
     cancle.addActionListener(this);
     dil.setLayout(null);
     alllab.setLocation(1000);
     jpl2.setLocation(0150);
     jpl1.setLocation(130100);
     jpl3.setLocation(250500);
    
    
    dil.addWindowListener(new WindowAdapter()
      {public void windowClosing(WindowEvent e)
          {
            dil.setVisible(false);
         }});
        
    
     }
    
   public void setDisplay(boolean tf){
     dil.setVisible(tf);
     }
    
   pu

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

     文件       3851  2011-08-10 20:35  电话计费系统\allCustomer.java

     文件       3787  2011-08-10 18:12  电话计费系统\allStaff.java

     文件       5749  2011-08-10 20:35  电话计费系统\customerStatus.java

     文件       1978  2011-08-10 21:41  电话计费系统\Detailfee.java

     文件       1220  2011-08-10 20:35  电话计费系统\E4\allCustomer$1.class

     文件        747  2011-08-10 20:35  电话计费系统\E4\allCustomer$2.class

     文件       4286  2011-08-10 20:35  电话计费系统\E4\allCustomer.class

     文件       1202  2011-08-09 21:05  电话计费系统\E4\allStaff$1.class

     文件        729  2011-08-09 21:05  电话计费系统\E4\allStaff$2.class

     文件       4239  2011-08-09 21:05  电话计费系统\E4\allStaff.class

     文件        765  2011-08-11 09:20  电话计费系统\E4\customerStatus$1.class

     文件       6200  2011-08-11 09:20  电话计费系统\E4\customerStatus.class

     文件       1208  2011-08-10 21:41  电话计费系统\E4\Detailfee$1.class

     文件        735  2011-08-10 21:41  电话计费系统\E4\Detailfee$2.class

     文件       2223  2011-08-10 21:41  电话计费系统\E4\Detailfee.class

     文件       5103  2011-08-11 10:55  电话计费系统\E4\feeSystem.class

     文件        777  2011-08-10 06:10  电话计费系统\E4\frameForCustomer$1.class

     文件       4522  2011-08-10 06:10  电话计费系统\E4\frameForCustomer.class

     文件        753  2011-08-09 21:05  电话计费系统\E4\framForAdmin$1.class

     文件       4133  2011-08-09 21:05  电话计费系统\E4\framForAdmin.class

     文件        747  2011-08-11 09:20  电话计费系统\E4\framForYuan$1.class

     文件       5055  2011-08-11 09:20  电话计费系统\E4\framForYuan.class

     文件       4519  2011-11-04 20:37  电话计费系统\E4\Loginframe.class

     文件      11439  2011-11-03 19:50  电话计费系统\E4\proceeSQL.class

     文件        747  2011-08-09 21:05  电话计费系统\E4\staffStatus$1.class

     文件       5948  2011-08-09 21:05  电话计费系统\E4\staffStatus.class

     文件        765  2011-08-09 21:05  电话计费系统\E4\updatepassword$1.class

     文件       3408  2011-08-09 21:05  电话计费系统\E4\updatepassword.class

     文件       4777  2011-08-11 10:55  电话计费系统\feeSystem.java

     文件       4420  2011-08-10 07:50  电话计费系统\frameForCustomer.java

............此处省略11个文件信息

评论

共有 条评论