Construct a CA manager MIDlet. Display display = Display.getDisplay(this); display.setCurrent(new CaForm(this, display));
Display display = Display.getDisplay(this); display.setCurrent(new CaForm(this, display));
Destroy cleans up.paramunconditional is ignored; this object always destroys itself when requested.
Exits this application. notifyDestroyed();
notifyDestroyed();
Pause; there are no resources that need to be released.
Start; there are not resource to re-allocate.