j2me程序最小化代码

 Display.getDisplay(this).setCurrent(null);索爱测试通过

 

Code:
  1. import javax.microedition.io.PushRegistry;  
  2. import javax.microedition.lcdui.*;  
  3. import javax.microedition.midlet.MIDlet;  
  4. import javax.microedition.midlet.MIDletStateChangeException;  
  5.   
  6.   
  7.   
  8. public class mid extends MIDlet implements CommandListener  
  9. {  
  10.     Command micmd;  
  11.     Form f;  
  12.     public mid()  
  13.     {  
  14.         // TODO Auto-generated constructor stub  
  15.         f=new Form("最小化测试");  
  16.         micmd=new Command("最小化",1,1);  
  17.         f.addCommand(micmd);  
  18.         f.setCommandListener(this);  
  19.         Display.getDisplay(this).setCurrent(f);  
  20.           
  21.     }  
  22.   
  23.     protected void destroyApp(boolean arg0) throws MIDletStateChangeException  
  24.     {  
  25.         // TODO Auto-generated method stub  
  26.   
  27.     }  
  28.   
  29.     protected void pauseApp()  
  30.     {  
  31.         // TODO Auto-generated method stub  
  32.         Display.getDisplay(this).setCurrent(null);  
  33.     }  
  34.   
  35.     protected void startApp() throws MIDletStateChangeException  
  36.     {  
  37.         // TODO Auto-generated method stub  
  38.   
  39.     }  
  40.     void a()  
  41.     {  
  42.         Display.getDisplay(this).setCurrent(null);  
  43.     }  
  44.     public void commandAction(Command c, Displayable arg1)  
  45.     {  
  46.         // TODO Auto-generated method stub  
  47.         if(c==micmd)  
  48.         {  
  49.             a();  
  50. //          pauseApp();  
  51.         }  
  52.     }  
  53.   
  54. }  

可以看到写在pauseApp()和普通方法中的效果是一样的

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值