公交查询管理系统JAVA+sqlserver


公交查询管理系统(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 SQLServerdatabase
     文件     2228224  2010-06-03 13:43  17 SQLServerdatabasejnbus_Data.MDF
     文件     3932160  2010-06-03 13:43  17 SQLServerdatabasejnbus_Log.LDF
     目录           0  2013-05-26 16:13  17 SQLServerJavaPrj_17
     文件         282  2010-06-03 13:43  17 SQLServerJavaPrj_17.classpath
     文件         386  2010-06-03 13:43  17 SQLServerJavaPrj_17.project
     目录           0  2013-05-26 16:13  17 SQLServerJavaPrj_17in
     文件        2224  2010-06-03 13:43  17 SQLServerJavaPrj_17inabout.class
     文件         611  2010-06-03 13:43  17 SQLServerJavaPrj_17inabout_jButton1_actionAdapter.class
     文件        1296  2010-06-03 13:43  17 SQLServerJavaPrj_17inusmanage.class
     文件        1570  2010-06-03 13:43  17 SQLServerJavaPrj_17inusmanageframe$1.class
     文件         818  2010-06-03 13:43  17 SQLServerJavaPrj_17inusmanageframe$busmanageframe_jButton10_actionAdapter.class
     文件         818  2010-06-03 13:43  17 SQLServerJavaPrj_17inusmanageframe$busmanageframe_jButton12_actionAdapter.class
     文件         818  2010-06-03 13:43  17 SQLServerJavaPrj_17inusmanageframe$busmanageframe_jButton14_actionAdapter.class
     文件         814  2010-06-03 13:43  17 SQLServerJavaPrj_17inusmanageframe$busmanageframe_jButton1_actionAdapter.class
     文件         814  2010-06-03 13:43  17 SQLServerJavaPrj_17inusmanageframe$busmanageframe_jButton3_actionAdapter.class
     文件         814  2010-06-03 13:43  17 SQLServerJavaPrj_17inusmanageframe$busmanageframe_jButton4_actionAdapter.class
     文件         814  2010-06-03 13:43  17 SQLServerJavaPrj_17inusmanageframe$busmanageframe_jButton5_actionAdapter.class
     文件         814  2010-06-03 13:43  17 SQLServerJavaPrj_17inusmanageframe$busmanageframe_jButton6_actionAdapter.class
     文件         814  2010-06-03 13:43  17 SQLServerJavaPrj_17inusmanageframe$busmanageframe_jButton7_actionAdapter.class
     文件         814  2010-06-03 13:43  17 SQLServerJavaPrj_17inusmanageframe$busmanageframe_jButton8_actionAdapter.class
     文件         814  2010-06-03 13:43  17 SQLServerJavaPrj_17inusmanageframe$busmanageframe_jButton9_actionAdapter.class
     文件         822  2010-06-03 13:43  17 SQLServerJavaPrj_17inusmanageframe$busmanageframe_jMenuItem2_actionAdapter.class
     文件       31312  2010-06-03 13:43  17 SQLServerJavaPrj_17inusmanageframe.class
     文件         668  2010-06-03 13:43  17 SQLServerJavaPrj_17inusmanageframe_jButton11_actionAdapter.class
     文件         668  2010-06-03 13:43  17 SQLServerJavaPrj_17inusmanageframe_jButton12_actionAdapter.class
     文件         668  2010-06-03 13:43  17 SQLServerJavaPrj_17inusmanageframe_jButton13_actionAdapter.class
     文件         668  2010-06-03 13:43  17 SQLServerJavaPrj_17inusmanageframe_jButton14_actionAdapter.class
     文件         668  2010-06-03 13:43  17 SQLServerJavaPrj_17inusmanageframe_jButton15_actionAdapter.class
     文件         668  2010-06-03 13:43  17 SQLServerJavaPrj_17inusmanageframe_jButton16_actionAdapter.class
............此处省略72个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)