资源简介

公交查询管理系统(JAVA+sqlserver)

资源截图

代码片段和文件信息

import javax.swing.*;
import java.awt.*;
import java.awt.event.*;

public class about extends Jframe {
  JLabel jLabel1 = new JLabel();
  JTextArea jTextArea1 = new JTextArea();
  JButton jButton1 = new JButton();

  public about() {
    try {
      jbInit();
    }
    catch(Exception e) {
      e.printStackTrace();
    }
  }
  private void jbInit() throws Exception {
    ImageIcon logo=new ImageIcon(“picture/jnbus.jpg“);
    jLabel1.setText(““);
    jLabel1.setBounds(new Rectangle(1 0 106 29));
    this.getContentPane().setLayout(null);
    this.getContentPane().setBackground(SystemColor.inactiveCaption);
    jTextArea1.setBackground(SystemColor.inactiveCaption);
    jTextArea1.setFont(new java.awt.Font(“Serif“ 0 12));
    jTextArea1.setEditable(false);
    jTextArea1.append(“公交查询系统 “);
    jTextArea1.setBounds(new Rectangle(116 2 140 58));
    jButton1.setBackground(SystemColor.inactiveCaption);
    jButton1.setBounds(new Rectangle(84 74 84 25));
    jButton1.setFont(new java.awt.Font(“Serif“ 0 12));
    jButton1.setText(“确定“);
    jButton1.addActionListener(new about_jButton1_actionAdapter(this));
    this.getContentPane().add(jLabel1 null);
    this.getContentPane().add(jTextArea1 null);
    this.getContentPane().add(jButton1 null);

    jLabel1.setIcon(logo);
  }

  void jButton1_actionPerformed(ActionEvent e) {
    this.dispose();
  }
}

class about_jButton1_actionAdapter implements java.awt.event.ActionListener {
  about adaptee;

  about_jButton1_actionAdapter(about adaptee) {
    this.adaptee = adaptee;
  }
  public void actionPerformed(ActionEvent e) {
    adaptee.jButton1_actionPerformed(e);
  }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-05-26 16:13  17 SQLServer\
     目录           0  2013-05-26 16:13  17 SQLServer\database\
     文件     2228224  2010-06-03 13:43  17 SQLServer\database\jnbus_Data.MDF
     文件     3932160  2010-06-03 13:43  17 SQLServer\database\jnbus_Log.LDF
     目录           0  2013-05-26 16:13  17 SQLServer\JavaPrj_17\
     文件         282  2010-06-03 13:43  17 SQLServer\JavaPrj_17\.classpath
     文件         386  2010-06-03 13:43  17 SQLServer\JavaPrj_17\.project
     目录           0  2013-05-26 16:13  17 SQLServer\JavaPrj_17\bin\
     文件        2224  2010-06-03 13:43  17 SQLServer\JavaPrj_17\bin\about.class
     文件         611  2010-06-03 13:43  17 SQLServer\JavaPrj_17\bin\about_jButton1_actionAdapter.class
     文件        1296  2010-06-03 13:43  17 SQLServer\JavaPrj_17\bin\busmanage.class
     文件        1570  2010-06-03 13:43  17 SQLServer\JavaPrj_17\bin\busmanageframe$1.class
     文件         818  2010-06-03 13:43  17 SQLServer\JavaPrj_17\bin\busmanageframe$busmanageframe_jButton10_actionAdapter.class
     文件         818  2010-06-03 13:43  17 SQLServer\JavaPrj_17\bin\busmanageframe$busmanageframe_jButton12_actionAdapter.class
     文件         818  2010-06-03 13:43  17 SQLServer\JavaPrj_17\bin\busmanageframe$busmanageframe_jButton14_actionAdapter.class
     文件         814  2010-06-03 13:43  17 SQLServer\JavaPrj_17\bin\busmanageframe$busmanageframe_jButton1_actionAdapter.class
     文件         814  2010-06-03 13:43  17 SQLServer\JavaPrj_17\bin\busmanageframe$busmanageframe_jButton3_actionAdapter.class
     文件         814  2010-06-03 13:43  17 SQLServer\JavaPrj_17\bin\busmanageframe$busmanageframe_jButton4_actionAdapter.class
     文件         814  2010-06-03 13:43  17 SQLServer\JavaPrj_17\bin\busmanageframe$busmanageframe_jButton5_actionAdapter.class
     文件         814  2010-06-03 13:43  17 SQLServer\JavaPrj_17\bin\busmanageframe$busmanageframe_jButton6_actionAdapter.class
     文件         814  2010-06-03 13:43  17 SQLServer\JavaPrj_17\bin\busmanageframe$busmanageframe_jButton7_actionAdapter.class
     文件         814  2010-06-03 13:43  17 SQLServer\JavaPrj_17\bin\busmanageframe$busmanageframe_jButton8_actionAdapter.class
     文件         814  2010-06-03 13:43  17 SQLServer\JavaPrj_17\bin\busmanageframe$busmanageframe_jButton9_actionAdapter.class
     文件         822  2010-06-03 13:43  17 SQLServer\JavaPrj_17\bin\busmanageframe$busmanageframe_jMenuItem2_actionAdapter.class
     文件       31312  2010-06-03 13:43  17 SQLServer\JavaPrj_17\bin\busmanageframe.class
     文件         668  2010-06-03 13:43  17 SQLServer\JavaPrj_17\bin\busmanageframe_jButton11_actionAdapter.class
     文件         668  2010-06-03 13:43  17 SQLServer\JavaPrj_17\bin\busmanageframe_jButton12_actionAdapter.class
     文件         668  2010-06-03 13:43  17 SQLServer\JavaPrj_17\bin\busmanageframe_jButton13_actionAdapter.class
     文件         668  2010-06-03 13:43  17 SQLServer\JavaPrj_17\bin\busmanageframe_jButton14_actionAdapter.class
     文件         668  2010-06-03 13:43  17 SQLServer\JavaPrj_17\bin\busmanageframe_jButton15_actionAdapter.class
     文件         668  2010-06-03 13:43  17 SQLServer\JavaPrj_17\bin\busmanageframe_jButton16_actionAdapter.class
............此处省略72个文件信息

评论

共有 条评论