MIDletのフレームコード
- public class test extends MIDlet
- {
- public test()//
- { }
- protected void destroyApp(boolean arg0) throws MIDletStateChangeException
- {// , , }
- protected void pauseApp()
- {// , }
- protected void startApp() throws MIDletStateChangeException
- {// , }
- }