freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

j2me課程設(shè)計--個人通訊錄-資料下載頁

2025-06-03 16:30本頁面
  

【正文】 = uicontroller。 (this)。 } public void mandAction(Command arg0, Displayable arg1) {if (arg0 == ) { int index = ()。 switch (index+INC) { case : ()。break。 case : ()。break。 case : ()。 break。 case : ()。 break。 case : ([index])。 break。 default: break。 } 28 } } } package 。 import .*。 import .*。 public class ListPhoneUI extends List implements CommandListener { private UIController uicontroller。 public static final Command backCommand = new Command(返回 , , 2)。 public static final Command infoCommand = new Command(詳情 , , 1)。 public static final Command deleCommand = new Command(刪除 , , 3)。 public ListPhoneUI(UIController uicontroller) { super(, )。 = uicontroller。 (backCommand)。 (deleCommand)。 (infoCommand)。 (this)。 } public void init(Index[] index) { deleteAll()。 for (int i = 0。 i 。 i++) { append(index[i].getKey(), null)。 } } public void deleteAll() { int size = size()。 for(int i = size1。i=0。i) { delete(i)。} } public void mandAction(Command arg0, Displayable arg1) {if (arg0 == backCommand) { ()。} else if (arg0 == deleCommand) {if(size()==0) { (無效操作 !,this,)。 return。 } String record = getString(getSelectedIndex())。 int index = getSelectedIndex()。 (, 29 new Object[] { record, new Integer(index) })。 } else if (arg0 == infoCommand) { if(size()==0) { (無效操作 !,this,)。 return。 } String record = getString(getSelectedIndex())。 (,new Object[]{ record })。 } } } package 。 import 。 import 。 import 。 import 。 import 。 import 。 import 。 import 。 import 。 import .*。 public class NewPhoneUI extends Form implements CommandListener,ItemStateListener { private UIController uicontroller。 private TextField nameField。 private ChoiceGroup choice。 private TextField mobileField。 private TextField phoneField。 private TextField Field。 private int phoneIndex。 private int Index。 public static final Command saveCommand = new Command(保存 , , 2)。 public static final Command backCommand = new Command(返回 , , 3)。 public NewPhoneUI(UIController uicontroller) { super()。 = uicontroller。 nameField = new TextField(, null, 25, )。 mobileField = new TextField(, null, 25,)。 choice = new ChoiceGroup(null, )。 phoneField = new TextField(, null, 25, )。 30 Field = new TextField(, null, 25, )。 (, null)。 (nameField)。 (mobileField)。 (choice)。 (saveCommand)。 (backCommand)。 (this)。 (this)。 } public void clear() { ()。 ()。 if ((0)) { ()。 ()。 } } public void mandAction(Command arg0, Displayable arg1) { if (arg0 == backCommand) { ()。} else if (arg0 == saveCommand) { String userName = ()。 if (() == 0) { (, this,)。 return。 } String mobilePhone = ()。 if (() == 0) { (, this, )。 return。 } String phone = 。 String = 。 if ((0)) { phone = ()。 = ()。 } Account newAccount = new Account(userName, mobilePhone, phone,)。 (,new Object[] { newAccount })。 } } public void itemStateChanged(Item item) 31 {if (item == choice) {if ((0)) { phoneIndex = (phoneField)。 Index = (Field)。 } else { (Index)。 (phoneIndex)。 } } } } package 。 import .*。 public class SearchPhoneUI extends Form implements CommandListener,ItemStateListener private UIController uicontroller。 private TextField inputField。 public static final Command backCommand = new Command(返回 ,2)。 public static final Command searchCommand = new Command(搜索 ,1)。 public SearchPhoneUI(UIController uicontroller) { super()。 = uicontroller。 inputField = new TextField(, null, 20,)。 (inputField)。 (backCommand)。 (searchCommand)。 (this)。 (this)。 } public void init() { ()。 } public void mandAction(Command arg0, Displayable arg1) {if(arg0 == backCommand) {()。 } else if(arg0 == searchCommand) { String userName = ()。 if(()!= 0) {(,new Object[]{userName})。 } } } 32 public void itemStateChanged(Item item) {if(item == inputField) { String userName = ()。 if(()!= 0) { (,new Object[]{userName})。 } } } } package 。 public class Title { public static final String alertTitle = 信息提示 。 public static final String listTitle = 主菜單 。 public static final String[] menu = { 添加記錄 , 查找記錄 , 清空電話本 , 瀏覽電話本 ,系統(tǒng)幫助 }。 public static final String author = 作者:高原,趙菁,張茜,王曉玲 。 public static final String school = 南京信息工程大學(xué) 。 public static final
點擊復(fù)制文檔內(nèi)容
畢業(yè)設(shè)計相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1