版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認(rèn)領(lǐng)
文檔簡介
1、實驗報告姓名: 專業(yè): 學(xué)號:一 題目:高層用戶界面設(shè)計二 設(shè)備:計算機名稱:配置:三 軟件環(huán)境: JDK(jdk-6u11-windows-i586-p), WTK(sun_java_wireless_toolkit-2_5_2-ml-windows), Eclipse(eclipse-java-ganymede-SR1-win32), EclipseME(eclipseme.feature_1.7.9_site) ,操作系統(tǒng):WINDOWS 7旗艦版。四 程序流程圖:五 程序代碼:import javax.microedition.midlet.*;import javax.microed
2、ition.lcdui.*;public class UserLogin extends MIDlet implements CommandListener private Display display; private Command exitCommand; private Command loginCommand; private TextField textfield1; private TextField textfield2; private TextBox textBox; private Alert alert; private Alert alert2; private F
3、orm myform; public UserLogin() display = Display.getDisplay(this); loginCommand = new Command("登陸",Command.SCREEN,1); exitCommand = new Command("退出",Command.SCREEN,1); myform = new Form("用戶登錄"); textfield1 = new TextField("用戶名:","",20,TextField.ANY);
4、 textfield2=new TextField("密 碼","",20,TextField.PASSWORD); textBox = new TextBox("歡迎您","",200,TextField.ANY); myform.addCommand(loginCommand); myform.addCommand(exitCommand); myform.append(textfield1); myform.append(textfield2); myform.setCommandListener(this)
5、; alert = new Alert("用戶窗口","登陸成功!",null,AlertType.INFO); alert2 = new Alert("警告","輸入用戶或密碼有誤,請重新輸入!",null,AlertType.INFO); alert.setTimeout(Alert.FOREVER); public void startApp() display.setCurrent(myform); public void pauseApp() public void destroyApp(boolean
6、uncondition) public void commandAction(Command c, Displayable d) if(c = loginCommand) if(textfield1.getString().equals("lien")&&textfield2.getString().equals("lien") display.setCurrent(alert,display.getCurrent(); textBox.setString("用戶名:"+textfield1.getString()+" "+"密碼:"+textfield2.getString(); display.setCurrent(textBox); else display.setCurrent(alert2,display.getCurrent(); if(c = exitCommand) destroyApp(false); notifyD
溫馨提示
- 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)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 【正版授權(quán)】 ISO/TR 24332:2025 EN Information and documentation - Blockchain and distributed ledger technology (DLT) in relation to authoritative records,records systems and records man
- 《工傷事故管理辦法》課件
- 《服裝品牌設(shè)計策劃》課件
- 單位管理制度集合大合集【職工管理篇】
- 單位管理制度集粹匯編【員工管理篇】十篇
- 《學(xué)前兒童的注意》課件
- 單位管理制度合并匯編職工管理篇十篇
- 單位管理制度分享合集人力資源管理十篇
- 單位管理制度范文大合集人事管理十篇
- 單位管理制度范例合集【職員管理】
- 江蘇科技大學(xué)高等數(shù)學(xué)期末考試試卷(含答案)
- 英語介紹家鄉(xiāng)省份江西
- 建設(shè)工程見證取樣管理規(guī)范
- 中國成人血脂異常防治指南解讀
- 醫(yī)學(xué)專家談靈芝孢子粉課件
- 彈性力學(xué)19年 吳家龍版學(xué)習(xí)通超星課后章節(jié)答案期末考試題庫2023年
- 有沒有租學(xué)位的協(xié)議書
- 住宅小區(qū)綠化管理規(guī)定
- 土建工程定額計價之建筑工程定額
- 2022年7月云南省普通高中學(xué)業(yè)水平考試物理含答案
- 學(xué)校安全工作匯報PPT
評論
0/150
提交評論