MIDletのフレームコード



  
  
  
  
  1. public class test extends MIDlet  
  2. {  
  3.    public test()//  
  4.    { }   
  5.    protected void destroyApp(boolean arg0) throws MIDletStateChangeException   
  6.    {// , ,  }   
  7.    protected void pauseApp()  
  8.    {// ,  }   
  9.    protected void startApp() throws MIDletStateChangeException   
  10.    {// ,  }   
  11. }