import javax.swing.JFrame;
import java.awt.*;
import java.awt.Color;
import javax.swing.*;
public class QQ extends JFrame{
JLabel L1,L2,L3,L4;
JTextField input1;
JPasswordField input2;
JCheckBox fxk1,fxk2;
JButton btn1;
JPanel mb1,mb2,mb3,mb4,mb5,mb_c;
public static void main(String[] args) {
QQ a=new QQ();
}
public QQ() {
L1=new JLabel("QQ號(hào)碼",JLabel.CENTER);
L1.setFont(new Font("微軟雅黑",Font.PLAIN,16));
L1.setForeground(new Color(0,0,0)); //設(shè)置字體顏色
L2=new JLabel("密碼",JLabel.CENTER);
L2.setFont(new Font("微軟雅黑",Font.PLAIN,16));
L2.setForeground(new Color(0,0,0));
L3=new JLabel("找回密碼");
L3.setFont(new Font("微軟雅黑",Font.PLAIN,14));
L3.setCursor(Cursor.getPredefinedCursor(Cursor.HAND_CURSOR));//鼠標(biāo)移動(dòng)到L3上變?yōu)槭种? ImageIcon img1=new ImageIcon("image/label1.jpg");
img1.setImage(img1.getImage().getScaledInstance(550, 150,Image.SCALE_DEFAULT));//設(shè)置圖片大小
L4=new JLabel(img1);
input1=new JTextField(16);
input2=new JPasswordField(16);
fxk1=new JCheckBox("自動(dòng)登錄");
fxk1.setFont(new Font("微軟雅黑",Font.PLAIN,14));
fxk2=new JCheckBox("記住密碼");
fxk2.setFont(new Font("微軟雅黑",Font.PLAIN,14));
btn1=new JButton(new ImageIcon("image/login.jpg"));
mb1=new JPanel();
mb2=new JPanel();
mb3=new JPanel();
mb4=new JPanel();
mb5=new JPanel();
mb_c=new JPanel();
mb1.add(L4);
mb_c.setLayout(new GridLayout(3,1));
mb2.add(L1);
mb2.add(input1);
mb3.add(L2);
mb3.add(input2);
mb4.add(fxk1);
mb4.add(fxk2);
mb4.add(L3);
mb_c.add(mb2);mb_c.add(mb3);mb_c.add(mb4);
mb5.add(btn1);
this.setLayout(new BorderLayout());
this.add(mb1,BorderLayout.NORTH);
this.add(mb_c,BorderLayout.CENTER);
this.add(mb5,BorderLayout.SOUTH);
this.setIconImage((new ImageIcon("image/QQ.png")).getImage());
this.setTitle("QQ");
this.setSize(550,430);
this.setLocation(1000, 500);
this.setResizable(false);
this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
this.setVisible(true);
}
}
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class LoginFrame extends JFrame implements ActionListener {
??private JLabel labelAccount, labelPassword;
??private JTextField textFieldAccount;
??private JPasswordField passwordField;
??private JButton buttonLogin;
??public LoginFrame() {
????setTitle("QQ Login");
????setSize(300, 150);
????setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
????setLocationRelativeTo(null);
????// 創(chuàng)建組件
????labelAccount = new JLabel("Account:");
????labelPassword = new JLabel("Password:");
????textFieldAccount = new JTextField();
????passwordField = new JPasswordField();
????buttonLogin = new JButton("Login");
????// 設(shè)置布局
????setLayout(new GridLayout(3, 2));
????// 添加組件
????add(labelAccount);
????add(textFieldAccount);
????add(labelPassword);
????add(passwordField);
????add(new JPanel());
????add(buttonLogin);
????// 添加事件監(jiān)聽器
????buttonLogin.addActionListener(this);
????// 顯示窗口
????setVisible(true);
??}
??@Override
??public void actionPerformed(ActionEvent e) {
????if (e.getSource() == buttonLogin) {
??????// 登錄驗(yàn)證代碼
??????String account = textFieldAccount.getText();
??????String password = new String(passwordField.getPassword());
??????if (account.equals("admin") && password.equals("123456")) {
????????JOptionPane.showMessageDialog(null, "Login success!");
????????dispose(); // 關(guān)閉當(dāng)前窗口
????????new FriendListFrame(); // 打開好友列表窗口
??????} else {
????????JOptionPane.showMessageDialog(null, "Account or password is incorrect!");
??????}
????}
??}
??public static void main(String[] args) {
????new LoginFrame();
??}
}
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class FriendListFrame extends JFrame implements ActionListener {
??private JList
標(biāo)簽:
你可能也喜歡這些文章
- 胡桃:本堂主今天是不是特別可愛?
- 【氣色堂·談格局】董姐的器量與格局
- 西安科大醫(yī)院,西安植發(fā)醫(yī)院排名, 西安那家醫(yī)院看植發(fā)好
- AI摳圖怎么摳?學(xué)學(xué)摳圖技巧
- 帶孩子撿銀杏葉做手工,6款創(chuàng)意教程,教你用雙手變出藝術(shù)品
- 小花仙:完美少女伊瞳并不完美,她的秘密只有安安和千韓知道!
- 房地產(chǎn)策劃師證如何辦理-成都華創(chuàng)天元文化傳媒公司
- 深圳低壓電工考試實(shí)操有哪些操作以及報(bào)名條件有哪些,費(fèi)用多少
- 快手小店保健品報(bào)白方法及流程步驟!快手藍(lán)帽保健品怎么申請報(bào)白?
- 來比購APP商城簡介
最新發(fā)布的文章
- 農(nóng)發(fā)行河津市支行做好年終決算工作
- 農(nóng)發(fā)行河津市支行持續(xù)加強(qiáng)反洗錢工作管理
- 農(nóng)發(fā)行河津市支行扎實(shí)做好安保工作
- 農(nóng)發(fā)行河津市支行組織開展憲法主題宣傳活動(dòng)
- 農(nóng)發(fā)行河津市支行開展"挺膺擔(dān)當(dāng),強(qiáng)國復(fù)興"主題團(tuán)日活動(dòng)
- 年終總結(jié)2023,布局2024,挑一個(gè)目標(biāo)置頂一整年!
- 12月20日維護(hù)結(jié)束,冰雪嘉年華開啟!
- 2023掃文—高熱不止 by 黃昏密度
- Dive 55 工作的平衡
- 時(shí)尚 | 時(shí)尚趨勢是如何做出來的?
- 三星 Galaxy S24 Ultra,HP2SX兩億像素主攝,驍龍8Gen3超頻版,鈦合金機(jī)身,類2K直屏
- 重慶TOP DECK超牌12月16日游戲王OCG積分賽環(huán)境戰(zhàn)報(bào)
- 致命公司多人聯(lián)機(jī)mod,漢化游戲下載使用安裝教學(xué)!
- 致命公司多人mod,超全MOD模組管理器
- 戰(zhàn)網(wǎng)下載卡在45%登錄失敗提示2045報(bào)錯(cuò)/戰(zhàn)網(wǎng)一鍵下載注冊教程!