資源簡介
公交查詢管理系統(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\databa
?????文件?????2228224??2010-06-03?13:43??17?SQLServer\databa
?????文件?????3932160??2010-06-03?13:43??17?SQLServer\databa
?????目錄???????????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\busmanagefr
?????文件?????????818??2010-06-03?13:43??17?SQLServer\JavaPrj_17\bin\busmanagefr
?????文件?????????818??2010-06-03?13:43??17?SQLServer\JavaPrj_17\bin\busmanagefr
?????文件?????????818??2010-06-03?13:43??17?SQLServer\JavaPrj_17\bin\busmanagefr
?????文件?????????814??2010-06-03?13:43??17?SQLServer\JavaPrj_17\bin\busmanagefr
?????文件?????????814??2010-06-03?13:43??17?SQLServer\JavaPrj_17\bin\busmanagefr
?????文件?????????814??2010-06-03?13:43??17?SQLServer\JavaPrj_17\bin\busmanagefr
?????文件?????????814??2010-06-03?13:43??17?SQLServer\JavaPrj_17\bin\busmanagefr
?????文件?????????814??2010-06-03?13:43??17?SQLServer\JavaPrj_17\bin\busmanagefr
?????文件?????????814??2010-06-03?13:43??17?SQLServer\JavaPrj_17\bin\busmanagefr
?????文件?????????814??2010-06-03?13:43??17?SQLServer\JavaPrj_17\bin\busmanagefr
?????文件?????????814??2010-06-03?13:43??17?SQLServer\JavaPrj_17\bin\busmanagefr
?????文件?????????822??2010-06-03?13:43??17?SQLServer\JavaPrj_17\bin\busmanagefr
?????文件???????31312??2010-06-03?13:43??17?SQLServer\JavaPrj_17\bin\busmanagefr
?????文件?????????668??2010-06-03?13:43??17?SQLServer\JavaPrj_17\bin\busmanagefr
?????文件?????????668??2010-06-03?13:43??17?SQLServer\JavaPrj_17\bin\busmanagefr
?????文件?????????668??2010-06-03?13:43??17?SQLServer\JavaPrj_17\bin\busmanagefr
?????文件?????????668??2010-06-03?13:43??17?SQLServer\JavaPrj_17\bin\busmanagefr
?????文件?????????668??2010-06-03?13:43??17?SQLServer\JavaPrj_17\bin\busmanagefr
?????文件?????????668??2010-06-03?13:43??17?SQLServer\JavaPrj_17\bin\busmanagefr
............此處省略72個文件信息
評論
共有 條評論