91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 3.23MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-09-12
  • 語言: Java
  • 標簽: java??

資源簡介

眾望書城網上系統 Eclipse 2014 JDK 1.7 mssqlserver數據庫 眾望書城網上系統 Eclipse 2014 JDK 1.7 mssqlserver數據庫

資源截圖

代碼片段和文件信息

package?com.lzw;
import?java.awt.event.ActionEvent;
import?java.awt.event.ActionListener;
import?java.awt.event.KeyAdapter;
import?java.awt.event.KeyEvent;
import?javax.swing.ImageIcon;
import?javax.swing.JButton;
import?javax.swing.Jframe;
import?javax.swing.JLabel;
import?javax.swing.JPanel;
import?javax.swing.JPasswordField;
import?javax.swing.JTextField;
import?javax.swing.WindowConstants;
import?model.TbUserlist;
import?com.lzw.dao.Dao;
public?class?Login?extends?Jframe?{
private?JLabel?userLabel;
private?JLabel?passLabel;
private?JButton?exit;
private?JButton?login;
private?Main?window;
private?static?TbUserlist?user;
public?Login()?{
setIconImage(new?ImageIcon(“res/main1.gif“).getImage());
settitle(“眾望書城“);
final?JPanel?panel?=?new?LoginPanel();
panel.setLayout(null);
getContentPane().add(panel);
setBounds(300?200?panel.getWidth()?panel.getHeight());
userLabel?=?new?JLabel();
userLabel.setText(“用戶名:“);
userLabel.setBounds(140?160?200?18);
panel.add(userLabel);
final?JTextField?userName?=?new?JTextField();
userName.setBounds(190?160?200?18);
panel.add(userName);
passLabel?=?new?JLabel();
passLabel.setText(“密??碼:“);
passLabel.setBounds(140?200?200?18);
panel.add(passLabel);
final?JPasswordField?userPassword?=?new?JPasswordField();
userPassword.addKeyListener(new?KeyAdapter()?{
public?void?keyPressed(final?KeyEvent?e)?{
if?(e.getKeyCode()?==?10)
login.doClick();
}
});
userPassword.setBounds(190?200?200?18);
panel.add(userPassword);
login?=?new?JButton();
login.addActionListener(new?ActionListener()?{
public?void?actionPerformed(final?ActionEvent?e)?{
user?=?Dao.getUser(userName.getText()?userPassword.getText());
if?(user.getUsername()?==?null?||?user.getName()?==?null)?{
userName.setText(null);
userPassword.setText(null);
return;
}
setVisible(false);
window?=?new?Main();
window.frame.setVisible(true);
}
});
login.setText(“登錄“);
login.setBounds(200?250?60?18);
panel.add(login);
exit?=?new?JButton();
exit.addActionListener(new?ActionListener()?{
public?void?actionPerformed(final?ActionEvent?e)?{
System.exit(0);
}
});
exit.setText(“退出“);
exit.setBounds(280?250?60?18);
panel.add(exit);
setVisible(true);
setResizable(false);
setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE);
}
public?static?TbUserlist?getUser()?{
return?user;
}
public?static?void?setUser(TbUserlist?user)?{
Login.user?=?user;
}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????2031616??2018-01-08?15:43??database\db_JXC_Data.MDF

?????文件????1048576??2018-01-08?15:43??database\db_JXC_Log.LDF

?????文件????????426??2018-01-08?15:43??one\.classpath

?????文件????????569??2018-01-08?15:43??one\.fatjar

?????文件????????439??2018-01-08?15:43??one\.myhibernatedata

?????文件????????832??2018-01-08?15:43??one\.project

?????文件?????????97??2018-01-08?15:43??one\.settings\org.eclipse.core.resources.prefs

?????文件????????629??2018-01-08?15:43??one\.settings\org.eclipse.jdt.core.prefs

?????文件???????1832??2018-01-08?15:43??one\bin\ActionIcon\價格調整.png

?????文件???????1849??2018-01-08?15:43??one\bin\ActionIcon\供應商信息查詢.png

?????文件????????765??2018-01-08?15:43??one\bin\ActionIcon\供應商信息管理.png

?????文件???????1165??2018-01-08?15:43??one\bin\ActionIcon\入庫查詢.png

?????文件????????746??2018-01-08?15:43??one\bin\ActionIcon\入庫退貨查詢.png

?????文件???????1230??2018-01-08?15:43??one\bin\ActionIcon\商品信息查詢.png

?????文件????????903??2018-01-08?15:43??one\bin\ActionIcon\商品信息管理.png

?????文件???????1907??2018-01-08?15:43??one\bin\ActionIcon\客戶信息查詢.png

?????文件???????1562??2018-01-08?15:43??one\bin\ActionIcon\客戶信息管理.png

?????文件????????930??2018-01-08?15:43??one\bin\ActionIcon\庫存盤點.png

?????文件???????1455??2018-01-08?15:43??one\bin\ActionIcon\操作員管理.png

?????文件???????1743??2018-01-08?15:43??one\bin\ActionIcon\更改密碼.png

?????文件???????1235??2018-01-08?15:43??one\bin\ActionIcon\權限管理.png

?????文件???????1145??2018-01-08?15:43??one\bin\ActionIcon\進貨單.png

?????文件???????1494??2018-01-08?15:43??one\bin\ActionIcon\進貨退貨.png

?????文件???????1665??2018-01-08?15:43??one\bin\ActionIcon\退出系統.png

?????文件???????1457??2018-01-08?15:43??one\bin\ActionIcon\銷售信息查詢.png

?????文件????????765??2018-01-08?15:43??one\bin\ActionIcon\銷售單.png

?????文件???????1006??2018-01-08?15:43??one\bin\ActionIcon\銷售排行.png

?????文件???????1163??2018-01-08?15:43??one\bin\ActionIcon\銷售退貨.png

?????文件???????1406??2018-01-08?15:43??one\bin\ActionIcon\銷售退貨查詢.png

?????文件??????20554??2018-01-08?15:43??one\bin\com\lzw\dao\Dao.class

............此處省略261個文件信息

評論

共有 條評論