版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認(rèn)領(lǐng)
文檔簡介
1、利用多線程制作登錄窗體 import javax.swing.*;import java.awt.*;import java.awt.event.*;public class LoginForm extends JFrame implementsRunnable,ActionListener/創(chuàng)建面板 panelMain panelLeft, panelRight panelRightTop , panelRightBottomprivate JPanel panelMain ,panelLeft , panelRight , panelRig
2、htTop , panelRightBottom ;/顯示圖標(biāo)的 JLabelprivate JLabel labImage ;/聲明用戶名與密碼文本框private JTextField userName ;private JPasswordField password ;/聲明用戶名與密碼提示標(biāo)簽 JLabelprivate JLabel labUserName ;private JLabel labPassword ;/聲明按鈕private JButton btnLogin , btnQuit ;/聲明進度條 , 取值范圍為 1,30private JProgressBar progr
3、ess ;/聲明多線程組件Threadthread ;public LoginForm(super (;this .initForm(;private void initForm(/初如化 LoginFormthis .setSize(350, 220;this .setTitle(" 系統(tǒng)登錄 " ;this .setResizable(false ;this .setLocationRelativeTo(null ;this .setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE;/初始化面板panelMain =new JPane
4、l(new GridLayout(1,2;panelLeft =new JPanel(; /加到 panelMain 的左側(cè)panelRight =new JPanel(new GridLayout(2,1;/加到 panelMain 的右側(cè) panelRightTop =new JPanel(;/加到 panelMain 的右上側(cè)panelRightBottom =new JPanel(new GridLayout(3,2;/加到 panelMain 的 右下側(cè)/初始化 Label和文本框this . userName =new JTextField(;this . password =ne
5、w JPasswordField(;this . labUserName =new JLabel(" 用 戶 : ",JLabel. RIGHT ;this . labPassword =new JLabel(" 密 碼 : ",JLabel. RIGHT ;this . labUserName .setLabelFor(this . userName ;this . labPassword .setLabelFor(this . password ;/初始化按鈕this . btnLogin =new JButton(" 登錄 (L"
6、;this . btnLogin .setMnemonic('L' ;this . btnQuit =new JButton(" 退出 (Q"this . btnQuit .setMnemonic('Q' ;/設(shè)計默認(rèn)按鈕為 btnLoginthis .getRootPane(.setDefaultButton(btnLogin ;this . btnLogin .addActionListener(this ;this . btnQuit .addActionListener(this ;/初始一個圖像標(biāo)簽labImage =new JLa
7、bel(new ImageIcon("./Images/login.jpg"/初始化進度條this . progress =new JProgressBar(1,30;this . progress .setBorderPainted(false ;this . progress .setStringPainted(true ;this . progress .setString("" ;/將對應(yīng)的組件添加到面板中/1.將 img 添加到 panelLeft 中panelLeft .add(labImage ;panelRight .add(panelR
8、ightTop ;/標(biāo)簽 , 文本框與按鈕添加到面板中panelRightBottom .add(labUserName ;panelRightBottom .add(userName ;panelRightBottom .add(labPassword ;panelRightBottom .add(password ;panelRightBottom .add(btnLogin ;panelRightBottom .add(btnQuit ;panelRight .add(panelRightBottom ;panelMain .add(panelLeft ;panelMain .add(p
9、anelRight ;/將 panelMain 添加到 JFrame 中this .add(panelMain ;this .add(this . progress , BorderLayout.SOUTH ;/多線程thread =new Thread(this ;public void run( / TODO Auto-generated method stub/設(shè)置鼠標(biāo)形狀this .setCursor(Cursor.getPredefinedCursor (Cursor.WAIT_CURSOR;for (int i=0;i<30;i+try thread . sleep (100
10、; catch (InterruptedException e / TODO Auto-generated catch blocke.printStackTrace(;this . progress .setValue(i+1;if (i=0this . progress .setString(" 正在確認(rèn)用戶身份 ." ;else if (i=10this . progress .setString(" 正在讀取系統(tǒng)資料 ." ;else if (i=20this . progress .setString(" 正在資源初始化 ."
11、 ; /end of forMainFormmain=new MainForm(;main.setVisible(true ;this .dispose(;public void actionPerformed(ActionEvent e / TODO Auto-generated method stubif (e.getSource(=btnLogin /驗證用戶身份 , 此處硬編程實現(xiàn) , 以后可以調(diào)用 JavaBean 完成if (this . userName .getText(.equals("admin" &&String.valueOf (passwo rd .getPas
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 電子商務(wù)平臺設(shè)計服務(wù)合同(3篇)
- 腦外科護師個人工作述職報告(3篇)
- 有關(guān)環(huán)保建議書的資料(5篇)
- 河北省石家莊市(2024年-2025年小學(xué)五年級語文)人教版隨堂測試((上下)學(xué)期)試卷及答案
- 湖南省張家界市(2024年-2025年小學(xué)五年級語文)人教版隨堂測試(上學(xué)期)試卷及答案
- 2024年染料類項目資金申請報告代可行性研究報告
- 上海市市轄區(qū)(2024年-2025年小學(xué)五年級語文)統(tǒng)編版專題練習(xí)(上學(xué)期)試卷及答案
- 上海市縣(2024年-2025年小學(xué)五年級語文)人教版隨堂測試(下學(xué)期)試卷及答案
- 郴州文物百頌作者:湖南省郴州市五嶺大道陳友訓(xùn)
- 2024屆安徽省馬鞍山市高三1月月考(期末)數(shù)學(xué)試題
- 2023年口腔醫(yī)學(xué)期末復(fù)習(xí)-牙周病學(xué)(口腔醫(yī)學(xué))考試歷年真題薈萃帶答案
- 多元智能測試題及多元智能測試量表
- 【典型案例】長江流域浙江的歷史發(fā)展:人民群眾是社會物質(zhì)財富的創(chuàng)造者
- 完整版平安基礎(chǔ)性向測試智商測試題及問題詳解
- 《疾病與人類健康》
- 車輛技術(shù)檔案范本(一車一檔)
- 人工智能智慧樹知到答案章節(jié)測試2023年復(fù)旦大學(xué)
- 第五單元《圓》(單元解讀)-六年級數(shù)學(xué)上冊人教版
- 初中物理知識點手冊大全(挖空+答案)
- JJG 852-2019中子周圍劑量當(dāng)量(率)儀
- GB/T 32131-2015辣根過氧化物酶活性檢測方法比色法
評論
0/150
提交評論